diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-01-02 02:14:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-01-02 02:14:52 (GMT) |
commit | b9ba373c8ce8123d70878739c160892c63e5627e (patch) | |
tree | 9033b1c94fd808be00500b1eaf260a0dd4ec6d00 | |
parent | aa047685a9acbdc73d2dc79962a984ed53b28128 (diff) | |
download | hdf5-b9ba373c8ce8123d70878739c160892c63e5627e.zip hdf5-b9ba373c8ce8123d70878739c160892c63e5627e.tar.gz hdf5-b9ba373c8ce8123d70878739c160892c63e5627e.tar.bz2 |
[svn-r28766] Description:
Bring r28765 from trunk to branch (bump # of records for level 4 B-tree
updates)
Tested on:
MacOSX/64 10.11.2 (amazon) w/serial & parallel
(h5committest not required on this branch)
-rw-r--r-- | test/btree2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btree2.c b/test/btree2.c index b0c0ac3..3278b67 100644 --- a/test/btree2.c +++ b/test/btree2.c @@ -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 (2650 * 1000) +#define INSERT_MANY_REC (2675 * 1000) #define FIND_MANY (INSERT_MANY / 100) #define FIND_MANY_REC (INSERT_MANY_REC / 100) #define FIND_NEIGHBOR 2000 |