Relative Content

Tag Archive for pythonpython-3.xperformancelocust

Sequential sending of requests from different users using Locust

I have a question about sequential sending of requests. I have an approximate version of the code that I use. I want each subsequent request to come from a new user. My generator simulates the number of requests per minute. If my generator “created” 3 requests – I want to send these requests one after another sequentially using a ‘sleep_time’, etc.
I am interested in the following questions: