fix: improve web-probe timing drilldown reports (#735)

Co-authored-by: Codex <codex@noreply.local>
This commit is contained in:
Lyon
2026-06-23 12:01:25 +08:00
committed by GitHub
parent 7e322e326e
commit 6082267106
2 changed files with 58 additions and 36 deletions
@@ -4256,7 +4256,7 @@ function detectTurnTimingNonMonotonic(columns, rows) {
columnLabel: column.label,
metric,
anomaly: "forward-jump",
expectedPattern: "total-elapsed-increase-matches-browser-sample-interval",
expectedPattern: "total-elapsed-increase-should-match-browser-sample-interval",
fromSeq: previous.seq,
fromTs: previous.ts,
fromValue: previous.value,