mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
c11b52de95
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.