test(web): add opt-in reasoning chunk stress lane

This commit is contained in:
kingwl
2026-08-04 14:37:31 +08:00
committed by imccyu
parent 3c436d781e
commit a44c8797b6
9 changed files with 388 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@
"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": "DSH_SNAPSHOT=replay vitest run --config vitest.web.perf.config.ts",
"test:web:stress": "npm run build && vitest run --config vitest.web-stress.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",