From 4ee495b0727ed40ec5923fe0909b9fda7c119263 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Mon, 3 Jul 2023 16:32:35 -0400 Subject: Bugfixes --- benchmarks/include/bench.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'benchmarks/include/bench.h') diff --git a/benchmarks/include/bench.h b/benchmarks/include/bench.h index b12f3e6..e14460e 100644 --- a/benchmarks/include/bench.h +++ b/benchmarks/include/bench.h @@ -104,6 +104,7 @@ static bool query_latency_bench(DE &de_index, std::vector queries, size_t tr size_t query_latency = total_time / (trial_cnt * queries.size()); fprintf(stdout, "%ld\t", query_latency); + fprintf(stderr, "%ld\n", total_results); fflush(stdout); return true; @@ -145,6 +146,7 @@ static bool static_latency_bench(Shard *shard, std::vector queries, size_t t size_t query_latency = total_time / (trial_cnt * queries.size()); fprintf(stdout, "%ld\t", query_latency); + fprintf(stderr, "%ld\n", total_results); fflush(stdout); return true; -- cgit v1.2.3