test: add remote control stress budgets

This commit is contained in:
AI Bot
2026-05-11 23:25:52 +08:00
parent 9c8ffebb92
commit bc199dcf5c
4 changed files with 133 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
"admin:web:build": "cd apps/boss-admin-web && npm run build",
"admin:web:publish": "npm --prefix apps/boss-admin-web run build",
"stress:remote-control": "node scripts/stress-remote-control.mjs",
"stress:remote-control:ci": "node scripts/stress-remote-control.mjs --chain-tasks=120 --runtime-tasks=360 --runtime-concurrency=36 --timeout-ms=60000 --max-chain-p95-ms=500 --max-runtime-p95-ms=2000",
"test:master-agent-controls": "tsx --test tests/master-agent-chat-controls.test.ts",
"apk:debug": "cd android && ./gradlew assembleDebug && cd .. && zsh ./scripts/publish-apk-to-public.sh",
"apk:release": "zsh ./scripts/build-release-apk.sh",