diff options
author | Alex Gorrod <alexg@wiredtiger.com> | 2015-12-22 07:00:28 +0000 |
---|---|---|
committer | Alex Gorrod <alexg@wiredtiger.com> | 2015-12-22 07:00:28 +0000 |
commit | 6c0e8455ae19b560443f6e46448f6553e3e9b4fe (patch) | |
tree | 5888420448a86592b9c5d00be76d77effb436a4e /bench/wtperf/wtperf_opt.i | |
parent | 53b3a362af0cb7b7fd3000790864f51f02bfde03 (diff) | |
download | mongo-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.i | 2 |
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, |