diff options
Diffstat (limited to 'test')
-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 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 |