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
I noticed that after the stats are reset (which happens at the start of a test) the min response time is always recorded as 0. The issue appears to be in StatsEntry.reset at line 129 where it sets min_response_time to 0. Changing it to be None seems to fix the issue. Apologies if this is a duplicate, I didn't see anything, but could easily have missed it.
The text was updated successfully, but these errors were encountered:
I noticed that after the stats are reset (which happens at the start of a test) the min response time is always recorded as 0. The issue appears to be in
StatsEntry.reset
at line 129 where it setsmin_response_time
to 0. Changing it to beNone
seems to fix the issue. Apologies if this is a duplicate, I didn't see anything, but could easily have missed it.The text was updated successfully, but these errors were encountered: