mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
[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:
parent
528ab9b810
commit
8d8d56d7d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user