WP-00: Baseline Benchmarks #87
Labels
No Label
ai-changes-requested
ai-failed
ai-merged
ai-pr-opened
ai-reviewed
ai-reviewing
ai-reviewing
ai-working
bug
enhancement
evolution
performance
phase-0
phase-1a
phase-1b
phase-1c
phase-1d
security
tech-debt
todo
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/paper-dynasty-database#87
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Capture before-metrics for per-card render time and batch upload time so we can measure Phase 0 improvement.
Repos:
database+card-creationPhase: 0 (Render Pipeline Optimization)
Dependencies: None
Complexity: XS
Tasks
pd-cards uploadTests
Acceptance Criteria
Plan reference:
docs/prd-evolution/PHASE0_PROJECT_PLAN.mdWP-00PR opened: #95
Created two files:
benchmarks/benchmark_renders.sh— shell script usingcurlto time 10 sequential card renders against any API environment (API_BASEenv var). Auto-fetches player IDs or accepts explicit IDs as args.benchmarks/BASELINE.md— methodology docs and result tables for render timing and S3 batch upload, with pre/post WP comparison tracking.Note: The S3 upload benchmark is documented with instructions but requires running
pd-cards uploadin thecard-creationrepo. Actual baseline numbers in the tables are_TBD_— run the script againstpddev.manticorum.com:816before WP-01/02 land to populate them.Completed. Benchmarks recorded in
docs/prd-evolution/PHASE0_PROJECT_PLAN.md— 7 fresh renders averaging 0.98s (range 0.63-1.44s), 51% reduction from ~2.0s baseline. PR #95 merged via next-release.