Speed up ext/dba/tests/bug78808.phpt This tests takes about 2 minutes on AppVeyor CI, what is super slow. The problem is that we're doing 50,000 inserts of small keys and values inst
Speed up ext/dba/tests/bug78808.phpt This tests takes about 2 minutes on AppVeyor CI, what is super slow. The problem is that we're doing 50,000 inserts of small keys and values instead of only few inserts with large values, what basically has the same effect regarding the mmap size. Closes GH-7073.
show more ...
|