Depends on: #25
What to build
Add deno task bench command to deno.json that runs all generated benchmarks, collects results, and appends to history. Support optional --workspace=<name> filter for partial runs.
Acceptance criteria
Out of scope
- Regression detection
- Baseline comparison
Depends on: #25
What to build
Add
deno task benchcommand to deno.json that runs all generated benchmarks, collects results, and appends to history. Support optional--workspace=<name>filter for partial runs.Acceptance criteria
deno task benchdefined in deno.jsonbenchmarks/*.bench.tsfilesdeno task bench --workspace=arrayruns only array benchmarksdeno task bench --workspace=dateruns only date benchmarksOut of scope