Skip to content

Commit

Permalink
Reduce default number of benchmark rounds. (#6234)
Browse files Browse the repository at this point in the history
  • Loading branch information
trexfeathers authored Nov 28, 2024
1 parent f30980e commit 00c3bfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bm_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 00c3bfe

Please sign in to comment.