Sign in
fuchsia
/
third_party
/
github.com
/
astral-sh
/
ruff
/
refs/heads/upstream/indent-lambda-params
/
.
/
scripts
/
benchmarks
/
run.sh
blob: c0d633729802c84929e49cbce7c07a0467223c9c [
file
] [
log
] [
blame
] [
edit
]
#!/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"