summaryrefslogtreecommitdiffstats
path: root/benchmarks/pgm_rq_bench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/pgm_rq_bench.cpp')
-rw-r--r--benchmarks/pgm_rq_bench.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/pgm_rq_bench.cpp b/benchmarks/pgm_rq_bench.cpp
index 26d93e8..aac6e07 100644
--- a/benchmarks/pgm_rq_bench.cpp
+++ b/benchmarks/pgm_rq_bench.cpp
@@ -47,6 +47,8 @@ int main(int argc, char **argv)
fprintf(stdout, "%ld\t", de.get_memory_usage());
query_latency_bench<ExtendedPGMRQ, Rec, de::pgm_range_query_parms<Rec>>(de, queries, 1);
+ fprintf(stdout, "\n");
+
auto ts = de.create_static_structure();
fprintf(stdout, "%ld\t", ts->get_memory_usage());