You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: