summaryrefslogtreecommitdiffstats
path: root/benchmarks/include
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-04-17 12:28:51 -0400
committerDouglas Rumbaugh <dbr4@psu.edu>2025-04-17 12:28:51 -0400
commit5a3d36fecabc8f220b19dcaea28a78f99b5244af (patch)
treeae695dfd1279ab89153ca2db58672a6941fc154a /benchmarks/include
parentc2191b4ee2e0dffdbdf68a7094614dff8152bd8c (diff)
downloaddynamic-extension-5a3d36fecabc8f220b19dcaea28a78f99b5244af.tar.gz
switched k to a double
Diffstat (limited to 'benchmarks/include')
-rw-r--r--benchmarks/include/standard_benchmarks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/include/standard_benchmarks.h b/benchmarks/include/standard_benchmarks.h
index 96541fe..2e990a7 100644
--- a/benchmarks/include/standard_benchmarks.h
+++ b/benchmarks/include/standard_benchmarks.h
@@ -32,7 +32,7 @@ static size_t g_deleted_records = 0;
static size_t total = 0;
template<de::ShardInterface S, de::QueryInterface<S> Q>
-std::unique_ptr<de::ReconstructionPolicy<S, Q>> get_policy(size_t scale_factor, size_t buffer_size, int policy=0, size_t reccnt=0, size_t modifier=0) {
+std::unique_ptr<de::ReconstructionPolicy<S, Q>> get_policy(size_t scale_factor, size_t buffer_size, int policy=0, size_t reccnt=0, double modifier=0) {
de::ReconstructionPolicy<S, Q> *recon = nullptr;