Skip to content

Commit 730e9e1

Browse files
committed
taco: adjust iterations per round to 1
1 parent 802cef6 commit 730e9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taco/bench.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
BENCHMARK_CAPTURE(bench, name, arg) \
2727
->Unit(benchmark::kMicrosecond) \
2828
->Repetitions(10) \
29-
->Iterations(5) \
29+
->Iterations(1) \
3030
->ReportAggregatesOnly(true) \
3131
->UseRealTime()
3232

0 commit comments

Comments
 (0)