From 5323632210b0e17c33a77abc1be2c3a62c1f47ed Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 3 Jul 2023 16:40:16 -0400 Subject: Benchmark updates --- benchmarks/include/bench.h | 4 ++-- benchmarks/pgm_rq_bench.cpp | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/benchmarks/include/bench.h b/benchmarks/include/bench.h index e14460e..3e1c6b2 100644 --- a/benchmarks/include/bench.h +++ b/benchmarks/include/bench.h @@ -130,9 +130,9 @@ static bool static_latency_bench(Shard *shard, std::vector queries, size_t t auto start = std::chrono::high_resolution_clock::now(); for (size_t j=0; j>(de, queries, 1); + fprintf(stdout, "\n"); + auto ts = de.create_static_structure(); fprintf(stdout, "%ld\t", ts->get_memory_usage()); -- cgit v1.2.3