temci
temci copied to clipboard
`run_config.runs=1`, but temci still says "Benchmark 3 out of 5 to 10"
I have a run block (description build
) that has run_config.runs=1
, but I still get output like the following:
Benchmark 5 to 10 times
Benchmark 1 out of 5 to 10
Benchmark 1 out of 5 to 10
Benchmark 2 out of 5 to 10
Benchmark 3 out of 5 to 10
Report for single runs
build ( 1 single benchmarks)
etime mean = 0.380, deviation = 0.00000%
The output is misleading in multiple ways:
- The maximum number of runs is 1, not "5 to 10"
- "Benchmark 1" appears multiple times
- "Benchmark {2,3}" should not appear at all
(Completely unrelated: How do I suppress the measurement output for the build
block?)