| 1 | // Full-suite timing harness for the test-speed research in ../../perf/test-suite.md. |
| 2 | // Use this for periodic sanity checks; use profile-test-files.ts for discovery. |
| 3 | // Env: BENCH_WARMUPS=0 BENCH_RUNS=1 bun run bench:test |
| 4 | const warmups = Number(Bun.env.BENCH_WARMUPS ?? 0) |