You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pool map benchmarks cleared their maps inside the timed call but reused the grown bucket state.
That changed the insertion conditions for later samples.
Reset the maps in `setup()` with `rehash(0)` so each timed call starts from the same empty bucket layout.
0 commit comments