Skip to content

Commit

Permalink
fix: TOOLS-2961 Set keys size for 17 Transaction Threads
Browse files Browse the repository at this point in the history
  • Loading branch information
a-spiker committed Sep 20, 2024
1 parent 3e49d3c commit 92fe208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/benchmark_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -1861,7 +1861,7 @@ _load_defaults(args_t* args)
args->set = "testset";
args->bin_name = strdup("testbin");
args->start_key = 1;
args->keys = 1000000;
args->keys = 1000008;
memset(&args->stage_defs, 0, sizeof(struct stage_defs_s));
args->workload_stages_file = NULL;
obj_spec_parse(&args->obj_spec, "I");
Expand Down

0 comments on commit 92fe208

Please sign in to comment.