aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj_sh6042026-02-10 22:13:57 -0500
committerkj_sh6042026-02-10 22:13:57 -0500
commit6e28a8e2411a60d41a9fc6e1c56b9b9f3fbc7d02 (patch)
treed0df92ee3278895fed53144b99f4607c61b37a59
parentfef39ceef1c4ce19a8097b24242c0bbf4d94b59d (diff)
refactor: add config comment
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index 503738b..eadda3f 100644
--- a/config.py
+++ b/config.py
@@ -12,7 +12,7 @@ LOG_LEVEL = "INFO" # DEBUG, INFO, WARNING, ERROR
LOG_TO_FILE = True
NAVIGATION_TIMEOUT = 30000 # milliseconds
RESULTS_FILE = "results/results.json"
-THINK_TIME = 1.0
+THINK_TIME = 1.0 # seconds to sleep between iterations
VIEWPORT_HEIGHT = 720 # viewport height for each virtual user
VIEWPORT_WIDTH = 1280 # viewport width for each virtual user