FN-9018: refresh W33 test velocity baseline
Refresh the weekly test-velocity report with the latest captured measurements. - Update baseline metrics, deltas, quarantine status, and #leads summary. - Append the W33 measurement and slowest-test metadata to the velocity history. Files changed: docs/test-velocity-baseline.md | 24 ++++---- scripts/test-velocity-history.json | 114 +++++++++++++++++++++++++++++++++++++ 2 files changed, 126 insertions(+), 12 deletions(-) Fusion-Task-Id: FN-9018 Fusion-Task-Lineage: b4d91cfd-2d5d-4e5a-ac9a-e62c50915f49 Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
This commit is contained in:
@@ -2157,6 +2157,120 @@
|
||||
"measurementFailures": [],
|
||||
"timingSnapshotCapturedAt": "2026-07-24T13:09:41.412Z",
|
||||
"timingNotes": []
|
||||
},
|
||||
{
|
||||
"capturedAt": "2026-08-13T01:59:18.032Z",
|
||||
"gateMs": 11000,
|
||||
"bootSmokeMs": 26667,
|
||||
"testMs": 17584,
|
||||
"quarantineCount": 0,
|
||||
"slowestTop20": [
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/SettingsModal.general.test.tsx",
|
||||
"ms": 121100,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/SettingsModal.scheduling-merge.test.tsx",
|
||||
"ms": 77800,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/core/src/__tests__/postgres/schema-applier.test.ts",
|
||||
"ms": 65900,
|
||||
"package": "@fusion/core"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/SettingsModal.remote-notifications.test.tsx",
|
||||
"ms": 55700,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/SettingsModal.models-auth.test.tsx",
|
||||
"ms": 53500,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/TaskDetailModal.rendering.test.tsx",
|
||||
"ms": 52100,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/cli/src/__tests__/extension.test.ts",
|
||||
"ms": 51600,
|
||||
"package": "@runfusion/fusion"
|
||||
},
|
||||
{
|
||||
"file": "packages/core/src/__tests__/postgres/sqlite-migrator.test.ts",
|
||||
"ms": 51300,
|
||||
"package": "@fusion/core"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/TaskDetailModal.inline-editing-and-integrations.test.tsx",
|
||||
"ms": 39700,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/ListView.test.tsx",
|
||||
"ms": 38100,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/App.test.tsx",
|
||||
"ms": 33100,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/WorkflowNodeEditor.test.tsx",
|
||||
"ms": 33100,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/AgentDetailView.advanced-settings.test.tsx",
|
||||
"ms": 32900,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/SecretsView.test.tsx",
|
||||
"ms": 30900,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/core/src/__tests__/postgres/taskstore-remaining.test.ts",
|
||||
"ms": 30500,
|
||||
"package": "@fusion/core"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/AgentPromptsManager.test.tsx",
|
||||
"ms": 30200,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/ChatView.core-interactions.test.tsx",
|
||||
"ms": 29200,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/TaskDetailModal.test.tsx",
|
||||
"ms": 27800,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/dashboard/app/components/__tests__/TaskDetailModal.definition-actions.test.tsx",
|
||||
"ms": 27000,
|
||||
"package": "@fusion/dashboard"
|
||||
},
|
||||
{
|
||||
"file": "packages/engine/src/__tests__/reliability-interactions/explicit-duplicate-marker-sweep.test.ts",
|
||||
"ms": 26800,
|
||||
"package": "@fusion/engine"
|
||||
}
|
||||
],
|
||||
"measurementFailures": [],
|
||||
"timingSnapshotCapturedAt": "2026-07-24T13:09:41.412Z",
|
||||
"timingNotes": [
|
||||
"Timing snapshot is 19 days old; verify slowest-file attribution before treating the table as the current culprit."
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user