Skip to content

Commit

Permalink
Disable writing html file for workers when launched with --processes. F…
Browse files Browse the repository at this point in the history
…ixes #2908
  • Loading branch information
cyberw committed Oct 10, 2024
1 parent f712191 commit 1954b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locust/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def is_valid_percentile(parameter):
options.run_time = None
options.autostart = None
options.csv_prefix = None
options.html_file = None
break
else:
# we're in the parent process
Expand Down

0 comments on commit 1954b26

Please sign in to comment.