diff options
Diffstat (limited to 'benchmarks/csmap_benchmark2.cpp')
| -rw-r--r-- | benchmarks/csmap_benchmark2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/csmap_benchmark2.cpp b/benchmarks/csmap_benchmark2.cpp index 770bdde5..5bb17bda 100644 --- a/benchmarks/csmap_benchmark2.cpp +++ b/benchmarks/csmap_benchmark2.cpp @@ -9,7 +9,7 @@ #define PICOBENCH_IMPLEMENT_WITH_MAIN
#include "picobench.hpp"
-enum {N1 = 3000000, S1 = 1};
+enum {N1 = 2000000, S1 = 1};
uint64_t seed = time(NULL); // 18237129837891;
using omap_i = std::map<int, int>;
|
