diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-01-02 01:58:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-01-02 01:58:18 (GMT) |
commit | 42bf0e2136a60a9dc18a2a2a5fb029fa5a0d6562 (patch) | |
tree | cef76504ade8c67efad307d151194c40a517109a /test/btree2.c | |
parent | f60170dac7c491cc75120a6ebdfe73c13c0bab1d (diff) | |
download | hdf5-42bf0e2136a60a9dc18a2a2a5fb029fa5a0d6562.zip hdf5-42bf0e2136a60a9dc18a2a2a5fb029fa5a0d6562.tar.gz hdf5-42bf0e2136a60a9dc18a2a2a5fb029fa5a0d6562.tar.bz2 |
[svn-r28765] Description:
Bump the nunmber of v2 B-tree records for the random 4-level B-tree update
test by another 25,000 records.
Tested on:
MacOSX/64 10.11.2 (amazon) w/serial & parallel
(Too minor to require h5committest)
Diffstat (limited to 'test/btree2.c')
-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 |