[svn-r28759] Description:

Bump number of records for level 4 update test, to cut down on number of
random failures.

Tested on:
    None - trivial
This commit is contained in:
Quincey Koziol 2015-12-31 11:23:05 -05:00
parent 528ab9b810
commit 8d8d56d7d1

View File

@ -38,7 +38,7 @@ const char *FILENAME[] = {
#define INSERT_SPLIT_ROOT_NREC 63
#define INSERT_SPLIT_ROOT_NREC_REC 64
#define INSERT_MANY (1000 * 1000)
#define INSERT_MANY_REC (2610 * 1000)
#define INSERT_MANY_REC (2650 * 1000)
#define FIND_MANY (INSERT_MANY / 100)
#define FIND_MANY_REC (INSERT_MANY_REC / 100)
#define FIND_NEIGHBOR 2000