diff options
| author | Tyge Løvset <[email protected]> | 2022-04-24 20:50:53 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-04-24 20:50:53 +0200 |
| commit | 81b541b85f85b48660ceb461b851f1fb09d68344 (patch) | |
| tree | 909d8c7cdeb5fc6daad007d4cd46e65d4af1c6e4 /benchmarks/plotbench/cmap_benchmark.cpp | |
| parent | 91385d449d03145cfe8cc91f2704d4b24c63d37e (diff) | |
| parent | 8aeec88bd7f15069a388f7fc8fe0008af4d1ab44 (diff) | |
| download | STC-modified-81b541b85f85b48660ceb461b851f1fb09d68344.tar.gz STC-modified-81b541b85f85b48660ceb461b851f1fb09d68344.zip | |
Merge pull request #21 from tylov/keyval
Version 3.5 RC
Diffstat (limited to 'benchmarks/plotbench/cmap_benchmark.cpp')
| -rw-r--r-- | benchmarks/plotbench/cmap_benchmark.cpp | 1 |
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>
|
