Skip to content

feat: Add percentile95 to data_stats#165

Merged
jhutar merged 1 commit intoredhat-performance:mainfrom
pablomh:p95
Mar 9, 2026
Merged

feat: Add percentile95 to data_stats#165
jhutar merged 1 commit intoredhat-performance:mainfrom
pablomh:p95

Conversation

@pablomh
Copy link
Copy Markdown
Contributor

@pablomh pablomh commented Mar 2, 2026

Summary

  • Adds percentile95 computation to data_stats in both opl/data.py and core/opl/data.py, alongside the existing percentile25, percentile75, percentile90, percentile99, and percentile999 helpers
  • Adds a corresponding test assertion in test_data_stats

Test plan

  • Verify stats["percentile95"] is returned by data_stats for numeric input
  • Run python3 -m pytest tests/test_data.py

🤖 Generated with Claude Code

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jhutar jhutar merged commit 26a315d into redhat-performance:main Mar 9, 2026
1 check passed
@pablomh pablomh deleted the p95 branch March 9, 2026 10:32
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.

2 participants