ruff/scripts/benchmarks/run.sh
2023-09-20 08:38:27 +02:00

8 lines
218 B
Bash
Executable file

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