feat: add web probe performance hotspot analysis

This commit is contained in:
Codex
2026-07-02 07:10:21 +00:00
parent bcaff08ad7
commit 88024dd251
30 changed files with 12674 additions and 11614 deletions
@@ -427,6 +427,17 @@ function knownWebProbeFindingIds(): string[] {
const ids = new Set<string>();
for (const file of [
"scripts/src/hwlab-node-web-observe-analyzer-source.ts",
"scripts/src/hwlab-node-web-observe-analyzer-api-dom-lag-source.ts",
"scripts/src/hwlab-node-web-observe-analyzer-browser-process-source.ts",
"scripts/src/hwlab-node-web-observe-analyzer-findings-source.ts",
"scripts/src/hwlab-node-web-observe-analyzer-io-source.ts",
"scripts/src/hwlab-node-web-observe-analyzer-performance-source.ts",
"scripts/src/hwlab-node-web-observe-analyzer-project-source.ts",
"scripts/src/hwlab-node-web-observe-analyzer-request-runtime-source.ts",
"scripts/src/hwlab-node-web-observe-analyzer-sample-metrics-source.ts",
"scripts/src/hwlab-node-web-observe-analyzer-session-source.ts",
"scripts/src/hwlab-node-web-observe-analyzer-window-page-source.ts",
"scripts/src/hwlab-node-web-observe-analyzer-workbench-triad-source.ts",
"scripts/src/hwlab-node-web-sentinel-p5-observe.ts",
]) {
let source = "";