From fa9361adf71e62fc2572d139aed44ae852535dc2 Mon Sep 17 00:00:00 2001 From: vkuehn Date: Tue, 19 Nov 2024 09:13:32 +0100 Subject: [PATCH] mention headless --- docs/configuration.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index f201a1ba7e..88f24bb212 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -66,10 +66,11 @@ locust.conf .. code-block:: ini locustfile = locust_files/my_locust_file.py + headless = true host = https://target-system - users = 1 - spawn-rate = run-time = 1m + spawn-rate = + users = 1 Here's a quick example of the configuration files supported by Locust: