Skip to content

Commit

Permalink
Rebase 8.1.1: fix db_bench
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval-Ariel committed May 4, 2023
1 parent 21ff6ca commit 6c96280
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/db_bench_tool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6c96280

Please sign in to comment.