perf: 1200장수 용량 fixture와 E1 profile을 추가
900 NPC와 300 synthetic 사용자를 5분 턴으로 처리하는 결정론적 engine profile을 추가하고, 전용 PostgreSQL schema와 Redis DB에 300개 인증 session을 준비하는 격리 load fixture를 제공한다.
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
"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",
|
||||
"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",
|
||||
"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