Skip to content

Commit

Permalink
Merge pull request #2929 from locustio/disable---csv-for-workers-when…
Browse files Browse the repository at this point in the history
…-using---processes

Disable --csv for workers when using --processes.
  • Loading branch information
cyberw authored Oct 8, 2024
2 parents f6890b5 + 46d171a commit b13a047
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 @@ -238,6 +238,7 @@ def is_valid_percentile(parameter):
# remove options that dont make sense on worker
options.run_time = None
options.autostart = None
options.csv_prefix = None
break
else:
# we're in the parent process
Expand Down

0 comments on commit b13a047

Please sign in to comment.