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
In Locust 0.8.1, when Stop button is clicked in the UI, RPS, latency and other test metrics are frozen and preserved until # of users is changed and another test is performed.
In 0.9.0 this is not the case and when Stop is clicked, RPS and other counters slowly go down from let's say X RPS to 0 RPS. This is super inconvenient when manual testing is performed and the test metrics should be documented.
More than that, if I export a CSV with request details right after I click stop and then download the same file after X seconds, I see totally different numbers. So it takes some time for counters to reach 0 and each file download shows inconsistent result.
Expected behavior
Test metrics should be preserved in the UI and on CSV download once the Stop button was clicked.
Actual behavior
Test metrics slowly change from X to 0 in both UI and on CSV download.
Steps to reproduce (for bug reports)
Start any test with 1 master and X slaves on single machine with UI mode.
Open UI and start the test. Let it run for some seconds until you see RPS value > than 0.
Click Stop in the UI
Wait some seconds and you should see RPS and other metrics slowly changing from X to 0.
The text was updated successfully, but these errors were encountered:
Description of issue / feature request
In Locust 0.8.1, when Stop button is clicked in the UI, RPS, latency and other test metrics are frozen and preserved until # of users is changed and another test is performed.
In 0.9.0 this is not the case and when Stop is clicked, RPS and other counters slowly go down from let's say X RPS to 0 RPS. This is super inconvenient when manual testing is performed and the test metrics should be documented.
More than that, if I export a CSV with request details right after I click stop and then download the same file after X seconds, I see totally different numbers. So it takes some time for counters to reach 0 and each file download shows inconsistent result.
Expected behavior
Test metrics should be preserved in the UI and on CSV download once the Stop button was clicked.
Actual behavior
Test metrics slowly change from X to 0 in both UI and on CSV download.
Steps to reproduce (for bug reports)
The text was updated successfully, but these errors were encountered: