From 6c9628020ce99d444f45fc544cc9c9244a613ef8 Mon Sep 17 00:00:00 2001 From: Yuval Ariel Date: Thu, 4 May 2023 11:34:18 +0300 Subject: [PATCH] Rebase 8.1.1: fix db_bench --- tools/db_bench_tool.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/db_bench_tool.cc b/tools/db_bench_tool.cc index c982e1a074..7336e1006c 100644 --- a/tools/db_bench_tool.cc +++ b/tools/db_bench_tool.cc @@ -9536,6 +9536,9 @@ int db_bench_tool_run_group(int group_num, int num_groups, int argc, } else { fprintf(stdout, "\n"); } + + benchmark->Run(group_num, num_groups); + if (last_group) { if (FLAGS_print_malloc_stats) { std::string stats_string;