Skip to content

feat: add p99 and std dev columns to performance stats (#77)#97

Merged
eclectic-coding merged 1 commit into
mainfrom
feat/stats-p99-stddev
May 27, 2026
Merged

feat: add p99 and std dev columns to performance stats (#77)#97
eclectic-coding merged 1 commit into
mainfrom
feat/stats-p99-stddev

Conversation

@eclectic-coding
Copy link
Copy Markdown
Owner

Summary

  • Adds p99 and stddev (population standard deviation) to build_stats in StatsController
  • Both columns added to SORTABLE_COLUMNS — sortable via ?sort=p99 / ?sort=stddev
  • View table gains two new columns inserted after p95, before min/max
  • stddev returns 0.0 for single-execution jobs (no meaningful variance)

Test plan

  • Visit /stats — p99 and Std Dev columns appear in the table
  • Click p99 and Std Dev headers — sorting works correctly
  • High-variance job (wide min/max spread) shows non-zero std dev
  • bundle exec rake passes

Closes #77

🤖 Generated with Claude Code

Extends the stats table with a 99th-percentile and population standard
deviation column; both are sortable. High std dev flags inconsistent jobs
worth investigating — completes v1.1 Error Intelligence milestone.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@eclectic-coding eclectic-coding merged commit 9c7220b into main May 27, 2026
5 checks passed
@eclectic-coding eclectic-coding deleted the feat/stats-p99-stddev branch May 27, 2026 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[v1.1] P99 + standard deviation in performance stats

1 participant