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
Hello, I tried your code in distributing stages, in this version it has one disadvantage - we can not switch to another stage cause run_time in the rest of cases will be more than stage_duration:
locust/examples/custom_shape/staging_user_classes.py
Line 49 in e20bef5
Hello, I tried your code in distributing stages, in this version it has one disadvantage - we can not switch to another stage cause run_time in the rest of cases will be more than stage_duration:
So to switch our test to another stage but at the same time to keep the feature of stopping our test i would offer you to try this solution:
In my version we check that common run_time doesn't exceed duration of previous stages and incoming new one
The text was updated successfully, but these errors were encountered: