Skip to content
Snippets Groups Projects
Commit a5f8584d authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

benchmarks: reduce the minimal number of hyperfine run to 3

This should speed up some benchmark a lot. We should consider making it
configurable so that very long benchmark could run only once.
parent 487cc242
No related branches found
No related tags found
1 merge request!31btrfs and other improvement
......@@ -256,7 +256,10 @@
# post-processing.
time_cmd.append("--ignore-failure")
if debug:
if not debug:
time_cmd.append("--min-runs")
time_cmd.append("3")
else:
time_cmd.append("--runs")
time_cmd.append("2")
if prepare is not None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment