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
Increase race detector threshold for 1000 values to 50s
CI runners on Go 1.17.x with race detector were taking 44-45s,
exceeding the 35s threshold. Increased to 50s to account for
slow/loaded CI runners while still catching performance regressions.
Also added debug logging to show which thresholds are active.
0 commit comments