Loading src/tests/Makefile +8 −0 Original line number Diff line number Diff line Loading @@ -370,6 +370,14 @@ checkpoint_1.tdb$(BINSUF) checkpoint_stress.tdb$(BINSUF): checkpoint_test.h # dependency only, not a rule (do not insert a tab at this line) DEPENDS_ON_STRESS_HELPERS = \ perf_checkpoint_var \ perf_cursor_nop \ perf_malloc_free \ perf_nop \ perf_ptquery2 \ perf_ptquery \ perf_xmalloc_free \ perf_checkpoint_var \ recover-ft1 \ recover-ft2 \ recover-ft3 \ Loading src/tests/threaded_stress_test_helpers.h +1 −1 Original line number Diff line number Diff line Loading @@ -1049,7 +1049,7 @@ static struct cli_args UU() get_default_args(void) { static struct cli_args UU() get_default_args_for_perf(void) { struct cli_args args = get_default_args(); args.num_elements = 1000000; //default of 1M args.print_performance = true; //args.print_performance = true; args.env_args = DEFAULT_PERF_ENV_ARGS; return args; } Loading Loading
src/tests/Makefile +8 −0 Original line number Diff line number Diff line Loading @@ -370,6 +370,14 @@ checkpoint_1.tdb$(BINSUF) checkpoint_stress.tdb$(BINSUF): checkpoint_test.h # dependency only, not a rule (do not insert a tab at this line) DEPENDS_ON_STRESS_HELPERS = \ perf_checkpoint_var \ perf_cursor_nop \ perf_malloc_free \ perf_nop \ perf_ptquery2 \ perf_ptquery \ perf_xmalloc_free \ perf_checkpoint_var \ recover-ft1 \ recover-ft2 \ recover-ft3 \ Loading
src/tests/threaded_stress_test_helpers.h +1 −1 Original line number Diff line number Diff line Loading @@ -1049,7 +1049,7 @@ static struct cli_args UU() get_default_args(void) { static struct cli_args UU() get_default_args_for_perf(void) { struct cli_args args = get_default_args(); args.num_elements = 1000000; //default of 1M args.print_performance = true; //args.print_performance = true; args.env_args = DEFAULT_PERF_ENV_ARGS; return args; } Loading