diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2024-01-31 21:17:57 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2024-01-31 21:17:57 -0500 |
| commit | 807df34863dbc8689bff43a7db8c92950ec1b50e (patch) | |
| tree | 8e8ffde104510e5fe9507793cebcad86a87474f6 /benchmarks/include/data-proc.h | |
| parent | 080e73dd1f90163cea987ba3d3d56e3c1b7ddea7 (diff) | |
| download | dynamic-extension-807df34863dbc8689bff43a7db8c92950ec1b50e.tar.gz | |
BTree benchmark
Diffstat (limited to 'benchmarks/include/data-proc.h')
| -rw-r--r-- | benchmarks/include/data-proc.h | 4 |
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; |