[svn-r28843] Description:

Bump number of records for random update test again.

Tested on:
    MacOSX/64 10.11.2 (amazon) w/serial & parallel
    (h5committest forthcoming)
This commit is contained in:
Quincey Koziol 2016-01-08 09:08:00 -05:00
parent 74fbe507ae
commit 887cf130ff

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 (2675 * 1000)
#define INSERT_MANY_REC (2700 * 1000)
#define FIND_MANY (INSERT_MANY / 100)
#define FIND_MANY_REC (INSERT_MANY_REC / 100)
#define FIND_NEIGHBOR 2000