diff options
| author | Tyge Løvset <[email protected]> | 2021-02-03 19:55:22 +0100 |
|---|---|---|
| committer | Tyge Løvset <[email protected]> | 2021-02-03 19:55:22 +0100 |
| commit | 62a4ffee9682a79123ac8fdfaa331f324140aaf6 (patch) | |
| tree | 69a5108d8a76ecf30a2f0482ba65fec7304f927d /benchmarks/csmap_benchmark2.cpp | |
| parent | a1ed3586c5575d4f9094ae3dcc2cdf0911951b3e (diff) | |
| download | STC-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.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>;
|
