Skip to content

Commit

Permalink
squash bench
Browse files Browse the repository at this point in the history
  • Loading branch information
hjanetzek committed Nov 30, 2018
1 parent d1b45b4 commit 144a38e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bench/src/benchTileBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@
#include <iostream>
#include <vector>

#if 0
#define ITERATIONS ->Iterations(1)
#define NUM_ITERATIONS 10

#ifdef NUM_ITERATIONS
#define ITERATIONS ->Iterations(NUM_ITERATIONS)
#else
#define ITERATIONS
#endif
Expand Down

0 comments on commit 144a38e

Please sign in to comment.