test: measure live web streaming performance

This commit is contained in:
kingwl
2026-08-04 14:23:34 +08:00
committed by imccyu
parent a435aae538
commit 7f0b8a7e87
5 changed files with 208 additions and 9 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
"test:web:refresh": "npm run build && DSH_SNAPSHOT=refresh vitest run --config vitest.web.config.ts",
"test:web:built": "vitest run --config vitest.web.config.ts",
"test:web:perf": "npm run build && npm run test:web:perf:built",
"test:web:perf:built": "vitest run --config vitest.web.perf.config.ts",
"test:web:perf:built": "DSH_SNAPSHOT=replay vitest run --config vitest.web.perf.config.ts",
"test:gui": "vitest run packages/client packages/host",
"check:all": "tsx scripts/run-gates.ts check-all",
"check:ci": "tsx scripts/run-gates.ts ci-primary",