Sign in
fuchsia
/
third_party
/
github.com
/
astral-sh
/
ruff
/
refs/heads/upstream/parse-recursion-limit
/
.
/
scripts
/
benchmarks
/
run.sh
blob: 5cf8b94cc6bc6658f996391e0044dbb75226d7f2 [
file
] [
edit
]
#!/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"