summaryrefslogtreecommitdiffstats
path: root/benchmarks/include/bench.h
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/include/bench.h')
-rw-r--r--benchmarks/include/bench.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/include/bench.h b/benchmarks/include/bench.h
index db8fc77..b12f3e6 100644
--- a/benchmarks/include/bench.h
+++ b/benchmarks/include/bench.h
@@ -68,7 +68,7 @@ static bool insert_tput_bench(DE &de_index, std::fstream &file, size_t insert_cn
size_t throughput = (((double) (applied_inserts + applied_deletes) / (double) total_time) * 1e9);
- fprintf(stdout, "\n%ld\n", throughput);
+ fprintf(stdout, "%ld\t", throughput);
reset_de_perf_metrics();
return continue_benchmark;