how-to
How to Use with pre-commit
Compile and benchmark before every commit.
Published May 30, 2026
.pre-commit-config.yaml
repos:
- repo: local
hooks:
- id: pyvorin-benchmark
name: Pyvorin Benchmark
entry: pyvorin benchmark
language: system
files: \\.py$