ruff/scripts/benchmarks/run.sh
2024-12-23 11:14:15 +01:00

8 lines
219 B
Bash
Executable file

#!/usr/bin/env sh
###
# Benchmark Ruff on the CPython codebase.
###
cargo build --release && hyperfine --warmup 10 \
"./target/release/ruff check ./crates/ruff_linter/resources/test/cpython/ --no-cache --exit-zero"