- 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>
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>