summaryrefslogtreecommitdiff
path: root/test/manydbs
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2016-03-11 16:13:03 -0500
committerKeith Bostic <keith@wiredtiger.com>2016-03-11 16:13:03 -0500
commitb56ef1594e879263de256a49eb96377027dc0b25 (patch)
treefd80abb4e173a35d0db90a5ed84d096fb2df8e5d /test/manydbs
parentcc0d34b09350d73702eb6d76560dff0b9448db77 (diff)
downloadmongo-b56ef1594e879263de256a49eb96377027dc0b25.tar.gz
WT-2471: review WiredTiger "int" printf formats
MAX_CPU not used.
Diffstat (limited to 'test/manydbs')
-rw-r--r--test/manydbs/manydbs.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/manydbs/manydbs.c b/test/manydbs/manydbs.c
index 80d4be2ca3d..897f57d4b11 100644
--- a/test/manydbs/manydbs.c
+++ b/test/manydbs/manydbs.c
@@ -60,13 +60,12 @@ static const char * const uri = "table:main";
WTOPEN_CFG_COMMON \
"transaction_sync=(enabled,method=fsync)"
-#define MAX_CPU 10.0
-#define MAX_DBS 10
+#define MAX_DBS 10
#define MAX_IDLE_TIME 30
#define IDLE_INCR 5
-#define MAX_KV 100
-#define MAX_VAL 128
+#define MAX_KV 100
+#define MAX_VAL 128
static void
usage(void)