Skip to content

Commit

Permalink
rephrase doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Oct 24, 2024
1 parent 130835c commit ab5faf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/increasing-request-rate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you're not getting the desired/expected throughput there are a number of thin
Concurrency
-----------

Increase the number of Users. To fully utilize your target system you may need a lot of concurrent requests. Note that spawn rate/ramp up does not change peak load, it only changes how fast you get there. `Wait times <writing-a-locustfile.html#wait-time>`_ and sleeps *do* impact throughput. You can find a whole blog post on this topic `here <https://www.locust.cloud/blog/closed-vs-open-workload-models>`__.
Increase the number of Users. To fully utilize your target system you may need a lot of concurrent requests. Note that spawn rate/ramp up does not change peak load, it only changes how fast you get there. High `wait times <writing-a-locustfile.html#wait-time>`_ and sleeps *do* impact throughput, so that may make it necessary to launch even more Users. You can find a whole blog post on this topic `here <https://www.locust.cloud/blog/closed-vs-open-workload-models>`__.

Load generation performance
---------------------------
Expand Down

0 comments on commit ab5faf3

Please sign in to comment.