summaryrefslogtreecommitdiff
path: root/bench/wtperf/wtperf_opt.i
diff options
context:
space:
mode:
authorSusan LoVerso <sue@wiredtiger.com>2014-02-25 12:03:59 -0500
committerSusan LoVerso <sue@wiredtiger.com>2014-02-25 12:03:59 -0500
commitb3e8ef90c159c61c8826a54f2ed80ec6214f1c4b (patch)
tree579654ce9e8b31d1f9ce9ffdbefecec4046f16b1 /bench/wtperf/wtperf_opt.i
parent11e229088b68170eb7643f89b3ea01d067586289 (diff)
downloadmongo-b3e8ef90c159c61c8826a54f2ed80ec6214f1c4b.tar.gz
Simplify code to always use the cfg->uris array.
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 4247ca53544..74f3b8a0b29 100644
--- a/bench/wtperf/wtperf_opt.i
+++ b/bench/wtperf/wtperf_opt.i
@@ -120,8 +120,8 @@ DEF_OPT_AS_CONFIG_STRING(table_config,
"leaf_page_max=4kb,internal_page_max=64kb,allocation_size=4kb,",
"table configuration string")
DEF_OPT_AS_UINT32(table_count, 1,
- "number of tables to run operations over. Operations are spread evenly "
- "over the tables amongst all threads. Default 1, maximum 99.")
+ "number of tables to run operations over. Keys are divided evenly "
+ "over the tables. Default 1, maximum 99.")
DEF_OPT_AS_STRING(threads, "", "workload configuration: each 'count' "
"entry is the total number of threads, and the 'insert', 'read' and "
"'update' entries are the ratios of insert, read and update operations "