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
feat(timeline): P95 filter on Avg Lines Changed / PR (GLOOK-10)
Mirrors the existing P95 filter on the Lines Changed chart, but at the
PR level: compute each PR's total lines across all weeks, derive the
95th-percentile threshold across distinct PRs, and exclude PRs above
the threshold from the per-week avgLinesPerPr calculation.
The PRs / Week count chart is unaffected — it still shows the raw
PR count, so the user can see all activity. Only the size-signal
chart gets smoothed.
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments