Skip to content

Commit 3af5f7b

Browse files
committed
taco: ensure benchmark iterations is 1
1 parent 925a936 commit 3af5f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taco/bench.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define TACO_BENCH(bench) \
1313
BENCHMARK(bench) \
1414
->Unit(benchmark::kMillisecond) \
15-
->Repetitions(10) \
15+
->Repetitions(1) \
1616
->Iterations(1) \
1717
->ReportAggregatesOnly(true) \
1818
->UseRealTime()

0 commit comments

Comments
 (0)