From d9bf93a5faa7c12b5aa45d583f3bd47c538561d1 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Thu, 13 Aug 2026 00:32:17 -0700 Subject: [PATCH] docs: correct W33 velocity baseline quarantine-count history row The previous-week row showed quarantine count 1 with a -1 delta; the ledger was already empty at that capture, so the row and the #leads snippet now read 0 (0). Co-Authored-By: Claude Fable 5 --- docs/test-velocity-baseline.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/test-velocity-baseline.md b/docs/test-velocity-baseline.md index 49ecd6a418..d5ec621402 100644 --- a/docs/test-velocity-baseline.md +++ b/docs/test-velocity-baseline.md @@ -16,7 +16,7 @@ | Merge gate wall-time (`pnpm test:gate`) | 11.0s | -3.6s | | Boot smoke wall-time (`pnpm smoke:boot`) | 26.7s | +8.5s | | Changed-only test wall-time (`pnpm test`) | 17.6s | -4.9s | -| Quarantine / flake count | 0 | -1 | +| Quarantine / flake count | 0 | 0 | | Deletion-due quarantines | 0 | n/a | ## Measurement failures @@ -71,16 +71,16 @@ | Row | Captured at | Gate | Boot smoke | `pnpm test` | Quarantine count | |---|---|---:|---:|---:|---:| -| Previous | 2026-08-04T03:10:46.073Z | 14.6s | 18.1s | 22.4s | 1 | +| Previous | 2026-08-04T03:10:46.073Z | 14.6s | 18.1s | 22.4s | 0 | | Latest | 2026-08-13T01:59:18.032Z | 11.0s | 26.7s | 17.6s | 0 | -| Delta | — | -3.6s | +8.5s | -4.9s | -1 | +| Delta | — | -3.6s | +8.5s | -4.9s | 0 | _Future weekly rows append to `scripts/test-velocity-history.json`; compare the latest row against the previous row before posting to #leads._ ## Post to #leads ```text -FN-6612 weekly test velocity: gate 11.0s (-3.6s), boot smoke 26.7s (+8.5s), pnpm test 17.6s (-4.9s), quarantine ledger 0 (-1). Slowest file: packages/dashboard/app/components/__tests__/SettingsModal.general.test.tsx at 2m 01s. Deletion-due quarantines: 0. +FN-6612 weekly test velocity: gate 11.0s (-3.6s), boot smoke 26.7s (+8.5s), pnpm test 17.6s (-4.9s), quarantine ledger 0 (0). Slowest file: packages/dashboard/app/components/__tests__/SettingsModal.general.test.tsx at 2m 01s. Deletion-due quarantines: 0. ``` ## How to refresh