feat: Phase 0 baseline benchmark script and log (WP-00) (#87) #95

Merged
Claude merged 3 commits from ai/paper-dynasty-database#87 into next-release 2026-03-23 04:00:03 +00:00

3 Commits

Author SHA1 Message Date
14218de02f Merge branch 'next-release' into ai/paper-dynasty-database#87 2026-03-23 03:59:53 +00:00
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