[[Locustの負荷パラメータ]] をみるかぎり、リクエスト数を直接あるいは間接的に制限するパラメータがないので、Locustが動作するサーバ性能か、負荷を与える先のシステムのキャパシティに律速されるのではないか。
- [[Locust Plugins]]の-i option
- [Re-introduce -n option to specify the number of requests · Issue #1085 · locustio/locust · GitHub](https://github.com/locustio/locust/issues/1085#issuecomment-674409882)
- Locustfileのwait_timeでタスクごとに待ち時間を設定する。
- [Writing a locustfile — Locust 1.6.0 documentation](https://docs.locust.io/en/stable/writing-a-locustfile.html#wait-time-attribute)