ruff/scripts/benchmarks/run.sh
2023-01-16 01:38:58 -05:00

8 lines
199 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 ./resources/test/cpython/ --no-cache"