-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add 90th %ile to the stats page #945
Conversation
Codecov Report
@@ Coverage Diff @@
## master #945 +/- ##
==========================================
+ Coverage 66.55% 66.62% +0.06%
==========================================
Files 14 14
Lines 1438 1438
Branches 226 226
==========================================
+ Hits 957 958 +1
Misses 430 430
+ Partials 51 50 -1
Continue to review full report at Codecov.
|
@@ -107,6 +107,7 @@ <h2>Change the locust count</h2> | |||
<th class="stats_label numeric" href="#" data-sortkey="num_requests" title="Number of successful requests"># requests</th> | |||
<th class="stats_label numeric" href="#" data-sortkey="num_failures" title="Number of failures"># fails</th> | |||
<th class="stats_label numeric" href="#" data-sortkey="median_response_time" title="Median response time">Median (ms)</th> | |||
<th class="stats_label numeric" href="#" data-sortkey="ninetieth_response_time" title="Ninetieth percentile response time, because the response time greater than 100ms is rounded, you may see it greater than the max response time">90%ile (ms)</th> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's use a short title like: Ninetieth percentile
or 90 percentile
LGTM, thanks! |
It works like 0e285cc
known issues: