summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/csmap_benchmark2.cpp
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2021-02-03 19:55:22 +0100
committerTyge Løvset <[email protected]>2021-02-03 19:55:22 +0100
commit62a4ffee9682a79123ac8fdfaa331f324140aaf6 (patch)
tree69a5108d8a76ecf30a2f0482ba65fec7304f927d /benchmarks/csmap_benchmark2.cpp
parenta1ed3586c5575d4f9094ae3dcc2cdf0911951b3e (diff)
downloadSTC-modified-62a4ffee9682a79123ac8fdfaa331f324140aaf6.tar.gz
STC-modified-62a4ffee9682a79123ac8fdfaa331f324140aaf6.zip
Two fixes in csmap. erase: value_del called on wrong node. Forgot calling skew and split 3 and 2 times in erase.
Diffstat (limited to 'benchmarks/csmap_benchmark2.cpp')
-rw-r--r--benchmarks/csmap_benchmark2.cpp2
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>;