summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf_opt.i
diff options
context:
space:
mode:
authorDavid Hows <howsdav@gmail.com>2015-06-29 14:58:35 +1000
committerDavid Hows <howsdav@gmail.com>2015-06-30 09:42:42 +1000
commitcbf365bc557f05dee2b35ff03ad56fb90f63c6cf (patch)
treea867dd7289dcb9650711c5d34f3e82565e692679 /bench/wtperf/wtperf_opt.i
parente5647dd0e449b00f0436415cff3996326a810d6c (diff)
downloadmongo-cbf365bc557f05dee2b35ff03ad56fb90f63c6cf.tar.gz
First version of truncate
Diffstat (limited to 'bench/wtperf/wtperf_opt.i')
-rw-r--r--bench/wtperf/wtperf_opt.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/bench/wtperf/wtperf_opt.i b/bench/wtperf/wtperf_opt.i
index e94140e6cdb..7e29aa0f3c2 100644
--- a/bench/wtperf/wtperf_opt.i
+++ b/bench/wtperf/wtperf_opt.i
@@ -167,8 +167,8 @@ DEF_OPT_AS_STRING(threads, "", "workload configuration: each 'count' "
"'threads=((count=2,reads=1)(count=8,reads=1,inserts=2,updates=1))' "
"which would create 2 threads doing nothing but reads and 8 threads "
"each doing 50% inserts and 25% reads and updates. Allowed configuration "
- "values are 'count', 'throttle', 'reads', 'inserts', 'updates', 'truncate' "
- "and 'truncate_pct'. There are "
+ "values are 'count', 'throttle', 'reads', 'inserts', 'updates', 'truncate',"
+ " 'truncate_pct' and 'truncate_count'. There are "
"also behavior modifiers, supported modifiers are 'ops_per_txn'")
DEF_OPT_AS_CONFIG_STRING(transaction_config, "",
"transaction configuration string, relevant when populate_opts_per_txn "