perf: 300명 실시간 부하 측정 도구를 추가

This commit is contained in:
2026-08-16 18:05:55 +00:00
parent eb47de0e76
commit 54126cd67f
18 changed files with 1387 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "@sammo-ts/load-tests",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"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",
"test": "pnpm -w exec tsx --test tools/load-tests/test/*.test.ts",
"typecheck": "pnpm -w tsc7 -p tools/load-tests/tsconfig.json --noEmit"
}
}