test: 300접속 capacity calibration을 재현 가능하게 구성
비밀값 자동 준비, 4 CPU/8GiB API launcher, fixture 검증 기반 calibration config를 추가한다. tRPC v11 GET input encoding 오류를 고치고 300 SSE/HTTP 실제 실행 절차를 문서화한다.
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
"run": "pnpm -w exec tsx tools/load-tests/src/cli.ts run",
|
||||
"dry-run": "pnpm -w exec tsx tools/load-tests/src/cli.ts dry-run",
|
||||
"validate": "pnpm -w exec tsx tools/load-tests/src/cli.ts validate",
|
||||
"prepare:capacity": "pnpm -w exec tsx tools/load-tests/src/cli.ts prepare",
|
||||
"seed": "pnpm -w exec tsx tools/load-tests/src/cli.ts seed",
|
||||
"verify-fixture": "pnpm -w exec tsx tools/load-tests/src/cli.ts verify-fixture",
|
||||
"materialize-calibration": "pnpm -w exec tsx tools/load-tests/src/cli.ts materialize-calibration",
|
||||
"cleanup": "pnpm -w exec tsx tools/load-tests/src/cli.ts cleanup",
|
||||
"test": "pnpm -w exec tsx --test tools/load-tests/test/*.test.ts",
|
||||
"typecheck": "pnpm -w tsc7 -p tools/load-tests/tsconfig.json --noEmit"
|
||||
|
||||
Reference in New Issue
Block a user