summaryrefslogtreecommitdiffhomepage
path: root/benchmarks/plotbench
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-04-24 20:50:53 +0200
committerGitHub <[email protected]>2022-04-24 20:50:53 +0200
commit81b541b85f85b48660ceb461b851f1fb09d68344 (patch)
tree909d8c7cdeb5fc6daad007d4cd46e65d4af1c6e4 /benchmarks/plotbench
parent91385d449d03145cfe8cc91f2704d4b24c63d37e (diff)
parent8aeec88bd7f15069a388f7fc8fe0008af4d1ab44 (diff)
downloadSTC-modified-81b541b85f85b48660ceb461b851f1fb09d68344.tar.gz
STC-modified-81b541b85f85b48660ceb461b851f1fb09d68344.zip
Merge pull request #21 from tylov/keyval
Version 3.5 RC
Diffstat (limited to 'benchmarks/plotbench')
-rw-r--r--benchmarks/plotbench/cmap_benchmark.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/plotbench/cmap_benchmark.cpp b/benchmarks/plotbench/cmap_benchmark.cpp
index 0554ae9c..a22aee86 100644
--- a/benchmarks/plotbench/cmap_benchmark.cpp
+++ b/benchmarks/plotbench/cmap_benchmark.cpp
@@ -17,7 +17,6 @@ static float secs(Range s) { return (float)(s.t2 - s.t1) / CLOCKS_PER_SEC; }
#define i_key uint64_t
#define i_val uint64_t
-#define i_hash c_hash64
#define i_tag x
#include <stc/cmap.h>