diff --git a/benchmarks/bm_runner.py b/benchmarks/bm_runner.py index afc08ff6fa..f7204db25f 100644 --- a/benchmarks/bm_runner.py +++ b/benchmarks/bm_runner.py @@ -27,7 +27,7 @@ GH_REPORT_DIR = ROOT_DIR.joinpath(".github", "workflows", "benchmark_reports") # Common ASV arguments for all run_types except `custom`. -ASV_HARNESS = "run {posargs} --attribute rounds=4 --interleave-rounds --show-stderr" +ASV_HARNESS = "run {posargs} --attribute rounds=3 --interleave-rounds --show-stderr" def echo(echo_string: str):