Skip to content

Commit 144a38e

Browse files
committed
squash bench
1 parent d1b45b4 commit 144a38e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bench/src/benchTileBuilder.cpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
#include <iostream>
1919
#include <vector>
2020

21-
#if 0
22-
#define ITERATIONS ->Iterations(1)
21+
#define NUM_ITERATIONS 10
22+
23+
#ifdef NUM_ITERATIONS
24+
#define ITERATIONS ->Iterations(NUM_ITERATIONS)
2325
#else
2426
#define ITERATIONS
2527
#endif

0 commit comments

Comments
 (0)