You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(bench): add p95, p99, and stddev to summary table, show input size in header
Enhanced the summary table to provide more latency statistics at a glance:
Changes:
- Added p95, p99, and Stddev columns to summary table after Avg/Path
- Removed Input Size column from table body
- Updated header to show input size: "📊 SUMMARY - Performance at Largest Input Size (10K)"
- Formatted size in header using format_size() for consistency (100, 10K, 1M)
Summary table now shows:
- Template name
- Avg/Path (average time per path)
- p95 (95th percentile latency)
- p99 (99th percentile latency)
- Stddev (standard deviation)
- Throughput (paths/second)
This provides a comprehensive performance overview without needing to check individual template details.
0 commit comments