summaryrefslogtreecommitdiffstats
path: root/test/btree2.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-12-29 21:05:03 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-12-29 21:05:03 (GMT)
commit9b9b8e383e8bad502594a9d8be6c80b15b8c6b08 (patch)
treec6930e64125df4b981333f3204b44cef6752b13b /test/btree2.c
parent1639542351e530163d16064b186778a18d5262c2 (diff)
downloadhdf5-9b9b8e383e8bad502594a9d8be6c80b15b8c6b08.zip
hdf5-9b9b8e383e8bad502594a9d8be6c80b15b8c6b08.tar.gz
hdf5-9b9b8e383e8bad502594a9d8be6c80b15b8c6b08.tar.bz2
[svn-r28746] Description:
Now that v2 B-trees can perform 'update' operations, remove 'need_modify' flag from chunk information and switch v2 B-tree chunk index to use update operation. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest not required on this branch)
Diffstat (limited to 'test/btree2.c')
-rw-r--r--test/btree2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/btree2.c b/test/btree2.c
index 04c94fd..8a08d3d 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 (2600 * 1000)
+#define INSERT_MANY_REC (2610 * 1000)
#define FIND_MANY (INSERT_MANY / 100)
#define FIND_MANY_REC (INSERT_MANY_REC / 100)
#define FIND_NEIGHBOR 2000