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
Fix flaky cache-timing test with a ratio-based assertion
test_repeated_access_is_cached compared against a fixed 10ms wall-clock
budget, which flaked on CI runners where cached access alone took
~10.0-10.2ms (PR #219). Instead, measure the uncached build cost on the
same machine and assert cached access is an order of magnitude faster,
so the test scales with runner speed instead of racing a fixed clock.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments