MCPcopy Index your code
hub / github.com/anomalyco/opencode / bench-test-suite.ts

File bench-test-suite.ts

packages/opencode/script/bench-test-suite.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
4const warmups = Number(Bun.env.BENCH_WARMUPS ?? 0)

Callers

nothing calls this directly

Calls 5

spawnMethod · 0.80
pushMethod · 0.80
atMethod · 0.80
fromMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected