summaryrefslogtreecommitdiffstats
path: root/benchmarks/include/data-proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/include/data-proc.h')
-rw-r--r--benchmarks/include/data-proc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/include/data-proc.h b/benchmarks/include/data-proc.h
index dbac671..444cb94 100644
--- a/benchmarks/include/data-proc.h
+++ b/benchmarks/include/data-proc.h
@@ -12,8 +12,8 @@
#pragma once
-typedef uint64_t key_type;
-typedef uint64_t value_type;
+typedef int64_t key_type;
+typedef int64_t value_type;
typedef uint64_t weight_type;
static gsl_rng *g_rng;