perf(game-engine): 대규모 NPC 천통 시간을 계측

시나리오 2601의 880명·94도시를 DB와 Redis 없이 자동 실행하고 커맨드, 수뇌 여부, 연월별 시간을 JSON으로 기록한다.
This commit is contained in:
2026-08-15 19:36:38 +00:00
parent 09777ef843
commit 20c04283fb
7 changed files with 767 additions and 0 deletions
+1
View File
@@ -98,6 +98,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"profile:npc-unification-memory": "node scripts/profile-npc-unification-memory.mjs",
"profile:npc-unification-timing": "node scripts/profile-npc-unification-timing.mjs",
"test": "vitest run --config vitest.config.ts",
"typecheck": "pnpm -w tsc7 -b app/game-engine/tsconfig.json"
},