test(app): add manual performance diagnostics (#32937)

This commit is contained in:
Luke Parker
2026-06-19 19:39:02 +02:00
committed by GitHub
parent 10ec856ff2
commit c6083a474c
26 changed files with 2656 additions and 3 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
"test:e2e": "playwright test",
"test:e2e:local": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:report": "playwright show-report e2e/playwright-report"
"test:e2e:report": "playwright show-report e2e/playwright-report",
"test:bench": "bun test ./e2e/performance/unit && playwright test --config e2e/performance/playwright.config.ts"
},
"license": "MIT",
"devDependencies": {