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 I ran locust in no_web mode, I found out that the result will be calculated in every 2 seconds. However, each time when locust calculates avg_response_time and current_rps, it will use the whole history data of the current test.
When I ran locust in no_web mode, I found out that the result will be calculated in every 2 seconds. However, each time when locust calculates avg_response_time and current_rps, it will use the whole history data of the current test.
I do not think this method does the right thing, shouldn't it calculate the instant average data only use the data in the interval 2 seconds?
The text was updated successfully, but these errors were encountered: