perf: enable vitest fs module cache by default

This commit is contained in:
Peter Steinberger
2026-03-23 04:47:48 +00:00
parent 9378b31e08
commit 46a455d9e3
4 changed files with 24 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ For local PR land/gate checks, run:
If `pnpm test` flakes on a loaded host, rerun once before treating it as a regression, then isolate with `pnpm vitest run <path/to/test>`. For memory-constrained hosts, use:
- `OPENCLAW_TEST_PROFILE=low OPENCLAW_TEST_SERIAL_GATEWAY=1 pnpm test`
- `OPENCLAW_VITEST_FS_MODULE_CACHE=1 pnpm test:changed`
- `OPENCLAW_VITEST_FS_MODULE_CACHE=0 pnpm test:changed`
## Model latency bench (local keys)