-
Committer:
John Arbash Meinel
-
Date:
2008-08-20 19:34:29 UTC
-
mto:
This revision was merged to the branch mainline in
revision
3644.
-
Revision ID:
john@arbash-meinel.com-20080820193429-0v5jm5zd4gggejpx
For iter_all and three_level tests adjust spill-at.
It turns out that when adding 200k entries, we spill to disk 2 times.
Which adds 20s to the test for each spill to disk.
So instead of 20s for 1 flush, we get 60s (for three_level).
This does increase memory consumption, but it drops the test
time from 64s => 35s.