Skip to content
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

Percentage of fails in Total line is greater than 100% #357

Closed
mlo0352 opened this issue Oct 29, 2015 · 1 comment
Closed

Percentage of fails in Total line is greater than 100% #357

mlo0352 opened this issue Oct 29, 2015 · 1 comment
Labels

Comments

@mlo0352
Copy link

mlo0352 commented Oct 29, 2015

When the amount of failures is more than the number of passes, the percentage goes over 100. It looks like it comes from counting reqs as passes although that should probably be a separate field.

An example:

Name                                                          # reqs      # fails     Avg     Min     Max  |  Median   req/s
--------------------------------------------------------------------------------------------------------------------------------------------
 GET /mycall                                                   330 1123(77.29%)     395     204    2090  |     310    9.40
--------------------------------------------------------------------------------------------------------------------------------------------
 Total                                                            330 1123(340.30%)                                       9.40

Is this an issue? I can see it not being one if a relative description of fails compared to passes is the desired take-away from that field...in which case reqs may be better renamed success or something.

@justiniso justiniso added the bug label Apr 2, 2016
@cyberw
Copy link
Collaborator

cyberw commented Oct 18, 2019

Closing due to lack of activity. Let me know if this is still an issue.

@cyberw cyberw closed this as completed Oct 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants