Perf: add extension memory profiling command

This commit is contained in:
Vincent Koc
2026-03-17 15:56:21 -07:00
parent af63b72901
commit bd21442f7e
2 changed files with 360 additions and 0 deletions

View File

@@ -583,6 +583,7 @@
"test:e2e:openshell": "OPENCLAW_E2E_OPENSHELL=1 vitest run --config vitest.e2e.config.ts test/openshell-sandbox.e2e.test.ts",
"test:extension": "node scripts/test-extension.mjs",
"test:extensions": "vitest run --config vitest.extensions.config.ts",
"test:extensions:memory": "node scripts/profile-extension-memory.mjs",
"test:fast": "vitest run --config vitest.unit.config.ts",
"test:force": "node --import tsx scripts/test-force.ts",
"test:gateway": "vitest run --config vitest.gateway.config.ts --pool=forks",