Skip to content

feat(bench): add latency distribution chart with log-normal fit#2832

Merged
spetz merged 2 commits intomasterfrom
bench-dashboard-lat-dis
Feb 27, 2026
Merged

feat(bench): add latency distribution chart with log-normal fit#2832
spetz merged 2 commits intomasterfrom
bench-dashboard-lat-dis

Conversation

@hubcio
Copy link
Contributor

@hubcio hubcio commented Feb 27, 2026

Benchmark reports lacked visibility into latency shape
beyond summary percentiles. Operators couldn't distinguish
bimodal distributions from skewed unimodal ones.

Compute per-group latency histograms (50 bins) with
log-normal PDF fit and P5/P50/P95/P99 scatter markers.
Wire them through report types, chart generation, and
the dashboard frontend as a new "Distribution" tab.

Benchmark reports lacked visibility into latency shape
beyond summary percentiles. Operators couldn't distinguish
bimodal distributions from skewed unimodal ones.

Compute per-group latency histograms (50 bins) with
log-normal PDF fit and P5/P50/P95/P99 scatter markers.
Wire them through report types, chart generation, and
the dashboard frontend as a new "Distribution" tab.
@codecov
Copy link

codecov bot commented Feb 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.66%. Comparing base (1ca37f1) to head (34a1e6f).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #2832   +/-   ##
=========================================
  Coverage     67.66%   67.66%           
  Complexity      708      708           
=========================================
  Files          1030     1030           
  Lines         83846    83846           
  Branches      60702    60703    +1     
=========================================
+ Hits          56734    56738    +4     
+ Misses        24763    24758    -5     
- Partials       2349     2350    +1     
Flag Coverage Δ
rust 69.71% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@krishvishal krishvishal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@spetz spetz merged commit 71eb4d5 into master Feb 27, 2026
48 checks passed
@spetz spetz deleted the bench-dashboard-lat-dis branch February 27, 2026 19:25
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.

4 participants