summaryrefslogtreecommitdiff
path: root/test/format/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/format/config.h')
-rw-r--r--test/format/config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/format/config.h b/test/format/config.h
index 3a41411e104..bc809a764ce 100644
--- a/test/format/config.h
+++ b/test/format/config.h
@@ -238,10 +238,6 @@ static CONFIG c[] = {
"configure for mmap operations", /* 90% */
C_BOOL, 90, 0, 0, &g.c_mmap, NULL },
- { "modify_pct",
- "percent operations that are value modifications",
- C_IGNORE, 0, 0, 100, &g.c_modify_pct, NULL },
-
{ "ops",
"the number of modification operations done per run",
0x0, 0, M(2), M(100), &g.c_ops, NULL },
@@ -327,7 +323,7 @@ static CONFIG c[] = {
C_IGNORE|C_STRING, 0, 0, 0, NULL, &g.c_config_open },
{ "write_pct",
- "percent operations that are value updates",
+ "percent operations that are writes",
C_IGNORE, 0, 0, 100, &g.c_write_pct, NULL },
{ NULL, NULL, 0x0, 0, 0, 0, NULL, NULL }