diff options
| author | kj_sh604 | 2026-02-10 22:13:57 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-10 22:13:57 -0500 |
| commit | 6e28a8e2411a60d41a9fc6e1c56b9b9f3fbc7d02 (patch) | |
| tree | d0df92ee3278895fed53144b99f4607c61b37a59 | |
| parent | fef39ceef1c4ce19a8097b24242c0bbf4d94b59d (diff) | |
refactor: add config comment
| -rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
