Commit Graph

2 Commits

Author SHA1 Message Date
Cal Corum
2ab6e71735 fix: address review feedback (#95)
- Fix curl -w override bug: consolidate --write-out/"-w" into single
  -w "%{http_code} %{time_total}" so STATUS and TIMING are both captured
- Add ?nocache=1 to render URL so baseline measures cold render time
- Fix duplicate BASELINE.md Section 2 rows (batting vs pitching)
- Add benchmarks/render_timings.txt to .gitignore

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 00:31:35 -05:00
Cal Corum
4f2a66b67e feat: add Phase 0 baseline benchmark script and log (WP-00) (#87)
Closes #87

Add benchmarks/benchmark_renders.sh to time 10 sequential card renders
via curl against any API environment, and benchmarks/BASELINE.md to
record methodology and results for pre/post optimization comparison.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 00:04:34 -05:00