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
test: pin _mark_seen FIFO eviction and add CodSpeed bench
Tighten ``test_seen_logs_is_bounded`` to assert the cap is held
exactly and that the oldest 5 keys are evicted first while the newest
overflow keys remain — without this, the test would have passed for
``set.pop()`` (random eviction) too, hiding any future regression
away from dict-backed FIFO.
Also add ``tests/benchmarks/test_mark_seen.py`` so CodSpeed tracks
the three branches (hit / fill / churn) of the helper.
0 commit comments