summaryrefslogtreecommitdiffhomepage
path: root/benchmark.cpp
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2020-03-16 14:41:04 +0100
committerGitHub <[email protected]>2020-03-16 14:41:04 +0100
commitbcca8adf799765734116f14811680d399421df30 (patch)
treeb98818c27366b9c5e464ebfd19f50919e7fc7565 /benchmark.cpp
parent4f82b5eaf0aa88c923f78b5015f7bd4ab2cc5428 (diff)
downloadSTC-modified-bcca8adf799765734116f14811680d399421df30.tar.gz
STC-modified-bcca8adf799765734116f14811680d399421df30.zip
Add files via upload
Diffstat (limited to 'benchmark.cpp')
-rw-r--r--benchmark.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark.cpp b/benchmark.cpp
index 0f0d07fa..915a6cc4 100644
--- a/benchmark.cpp
+++ b/benchmark.cpp
@@ -9,7 +9,7 @@
declare_CMap(ii, int64_t, int64_t);
declare_CVector_string(s);
-#define RAND() rand() // * rand()
+#define RAND() rand() * rand()
int main()
{
@@ -17,7 +17,7 @@ int main()
CMap_ii map = cmap_initializer;
CMapEntry_ii* entry;
uint64_t checksum, inserted, erased, get;
- const size_t N = 50000000, seed = 123; // time(NULL);
+ const size_t N = 70000000, seed = 123; // time(NULL);
printf("Starting %llu\n", N);
cmap_ii_clear(&map);