From 807df34863dbc8689bff43a7db8c92950ec1b50e Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Wed, 31 Jan 2024 21:17:57 -0500 Subject: BTree benchmark --- benchmarks/include/data-proc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmarks/include/data-proc.h') 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; -- cgit v1.2.3