summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf_opt.i
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2015-12-22 07:00:28 +0000
committerAlex Gorrod <alexg@wiredtiger.com>2015-12-22 07:00:28 +0000
commit6c0e8455ae19b560443f6e46448f6553e3e9b4fe (patch)
tree5888420448a86592b9c5d00be76d77effb436a4e /bench/wtperf/wtperf_opt.i
parent53b3a362af0cb7b7fd3000790864f51f02bfde03 (diff)
downloadmongo-6c0e8455ae19b560443f6e46448f6553e3e9b4fe.tar.gz
WT-2301 Update wtperf range reads.
Allow the configuration to specify a range.
Diffstat (limited to 'bench/wtperf/wtperf_opt.i')
-rw-r--r--bench/wtperf/wtperf_opt.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/wtperf/wtperf_opt.i b/bench/wtperf/wtperf_opt.i
index 8fa6c5be7a5..3c122e4d186 100644
--- a/bench/wtperf/wtperf_opt.i
+++ b/bench/wtperf/wtperf_opt.i
@@ -140,7 +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_UINT32(read_range, 0, "scan a range of keys after each search")
DEF_OPT_AS_BOOL(reopen_connection, 1,
"close and reopen the connection between populate and workload phases")
DEF_OPT_AS_UINT32(report_interval, 2,