summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf_opt.i
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2015-12-21 14:15:59 -0500
committerSusan LoVerso <sue@wiredtiger.com>2015-12-21 14:15:59 -0500
commit539c5444a29e07abc100608f192ff2a1fb308895 (patch)
treef3eefc0f1c19a39ee62fe3f00ebea139e7ab5ecd /bench/wtperf/wtperf_opt.i
parent03ea6dc455de85d05278f6fc3189875bc5e0cab1 (diff)
downloadmongo-539c5444a29e07abc100608f192ff2a1fb308895.tar.gz
WT-2301 Add reading a range of keys to wtperf.
Diffstat (limited to 'bench/wtperf/wtperf_opt.i')
-rw-r--r--bench/wtperf/wtperf_opt.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/wtperf/wtperf_opt.i b/bench/wtperf/wtperf_opt.i
index a9d3c033b74..8fa6c5be7a5 100644
--- a/bench/wtperf/wtperf_opt.i
+++ b/bench/wtperf/wtperf_opt.i
@@ -140,6 +140,7 @@ DEF_OPT_AS_UINT32(random_range, 0,
"if non zero choose a value from within this range as the key for "
"insert operations")
DEF_OPT_AS_BOOL(random_value, 0, "generate random content for the value")
+DEF_OPT_AS_BOOL(read_range, 0, "read a range of keys")
DEF_OPT_AS_BOOL(reopen_connection, 1,
"close and reopen the connection between populate and workload phases")
DEF_OPT_AS_UINT32(report_interval, 2,