You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
End-to-end tracer bullet: create a working benchmark for one simple function (slugify), execute it with Deno.bench, and append one history record to benchmarks/history.jsonl with full metadata (git commit, Deno version, package version, date, hardware, stats).
Acceptance criteria
Deno.bench harness for slugify exists at benchmarks/harness.ts
Harness runs with fixed warmup=1s, time=2s
One history record written to benchmarks/history.jsonl after execution
Parent issue: #13
What to build
End-to-end tracer bullet: create a working benchmark for one simple function (
slugify), execute it with Deno.bench, and append one history record tobenchmarks/history.jsonlwith full metadata (git commit, Deno version, package version, date, hardware, stats).Acceptance criteria
slugifyexists atbenchmarks/harness.tsbenchmarks/history.jsonlafter executionOut of scope