mirror of
https://github.com/status-im/status-go-benchmarks.git
synced 2026-08-31 05:51:17 +00:00
* chore: use 30-day benchmark history instead of 60-day Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * chore: regenerate history plots for 30-day window Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * fix: scale history plot y-axis from in-window data only The plots drew the full 365-day history but only restricted xlim to the HISTORY_DAYS_SIZE window, so matplotlib autoscaled ymax from data outside the visible range. Filter points to the window and set ymax from in-window values (5% headroom). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>