Generate a finite number of requests #3190
manoeli1012
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Hi @manoeli1012 ! locust-plugins provides a somewhat experimental way to do using the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In order to prepare my tests I need some of the my locust test to be able to execute exact number of requests and stop.
For smaller number I was able to use combination of raise StopUser() and small run_time or some longer run_time, but when try big numbers, start run into problems.
I'm using locust HTTP client in my automation and big run_time works for me, when it is over, it marks the tests as stopped and I can move with my next action. I also run locust in distributed node (in k8s).
Any suggestion what approach I can take to be able to implement that behavior ?
Beta Was this translation helpful? Give feedback.
All reactions