Commit 32b36ed1 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:4028], small changes to perf test

git-svn-id: file:///svn/toku/tokudb@39282 c7de825b-a66e-492c-adef-691d508d4ae1
parent 8a5fb36b
......@@ -95,6 +95,9 @@ stress_table(DB_ENV* env, DB** dbp, struct cli_args *cli_args) {
int
test_main(int argc, char *const argv[]) {
struct cli_args args = get_default_args_for_perf();
args.env_args.checkpointing_period = 30;
args.num_DBs = 4;
args.num_ptquery_threads = 4;
parse_stress_test_args(argc, argv, &args);
stress_test_main(&args);
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment