Skip to content

Commit

Permalink
Fix some documentation stuff, remove unneeded whitespace...
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Feb 11, 2024
1 parent 2fb3639 commit e4c5d19
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion docs/configuration.rst
Expand Up @@ -251,4 +251,3 @@ The list of statistics parameters that can be modified is:
| PERCENTILES_TO_STATISTICS | List of response time percentiles in the screen of statistics for Web UI |
| | This parameter supports only modern UI |
+-------------------------------------------+--------------------------------------------------------------------------------------+

2 changes: 1 addition & 1 deletion docs/running-distributed.rst
Expand Up @@ -42,7 +42,7 @@ And then on each worker machine:

.. code-block:: bash
locust -f - --worker --master-host <your master's address> --processes 4
locust -f - --worker --master-host <your master> --processes 4
.. note::
The ``-f -`` argument tells Locust to get the locustfile from master instead of from its local filesystem. This feature was introduced in Locust 2.23.0.
Expand Down
1 change: 0 additions & 1 deletion docs/testing-other-systems.rst
Expand Up @@ -62,4 +62,3 @@ Other examples
==============

See `locust-plugins <https://github.com/SvenskaSpel/locust-plugins#users>`_ it has users for WebSocket/SocketIO, Kafka, Selenium/WebDriver, Playwright and more.

1 change: 0 additions & 1 deletion docs/what-is-locust.rst
Expand Up @@ -71,4 +71,3 @@ License
=======

Open source licensed under the MIT license (see LICENSE file for details).

0 comments on commit e4c5d19

Please sign in to comment.