-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let hatch rate be provided by a callable #1353
Comments
I'd appreciate the same feature. In case you're not aware, you can opt to approximate a desired behaviour by shooting a bunch of POST requests to Regarding the desired feature: You might want to check out those two comments (and issues #1001 & #1002):
They suggest that such a feature might already be on the radar of @heyman, at least he's
However, since there appears to be no open issue for this feature request anymore, so maybe this is a good even though PR #1281 already exists. |
Another way to work around it might be to do a sleep-loop until your specified time. Or use a cron job to start a completely new run of locust at a given time. I dont think we'll build this any time soon... |
(reopen with low prio, now that we use that label) |
Superseeded by load shape feature |
I want to emulate loads that represent user activity based on a specific distribution.
Let' say the users have to login every morning. Some login around 8am, some login around 10am, most of them login around 9am.
It would be nice to tell locust to vary the client hatch rate following a statistical distribution of sorts over a given interval.
The text was updated successfully, but these errors were encountered: