Commit 8d0739c2 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

close[t:4577] Quiet down that test. Closes #4577.

git-svn-id: file:///svn/toku/tokudb@40389 c7de825b-a66e-492c-adef-691d508d4ae1
parent a0bf0c1a
...@@ -370,6 +370,14 @@ checkpoint_1.tdb$(BINSUF) checkpoint_stress.tdb$(BINSUF): checkpoint_test.h ...@@ -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) # dependency only, not a rule (do not insert a tab at this line)
DEPENDS_ON_STRESS_HELPERS = \ 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-ft1 \
recover-ft2 \ recover-ft2 \
recover-ft3 \ recover-ft3 \
......
...@@ -1049,7 +1049,7 @@ static struct cli_args UU() get_default_args(void) { ...@@ -1049,7 +1049,7 @@ static struct cli_args UU() get_default_args(void) {
static struct cli_args UU() get_default_args_for_perf(void) { static struct cli_args UU() get_default_args_for_perf(void) {
struct cli_args args = get_default_args(); struct cli_args args = get_default_args();
args.num_elements = 1000000; //default of 1M args.num_elements = 1000000; //default of 1M
args.print_performance = true; //args.print_performance = true;
args.env_args = DEFAULT_PERF_ENV_ARGS; args.env_args = DEFAULT_PERF_ENV_ARGS;
return args; return args;
} }
......
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