Skip to content

Commit

Permalink
"ungroup" parallel output to show it in real time instead of after th…
Browse files Browse the repository at this point in the history
…e fact
  • Loading branch information
cyberw committed Feb 10, 2022
1 parent d0c60fc commit 645022b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bin/swarm
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,7 @@ def start_worker_process(server):
"parallel",
"-j0",
"-N0",
"--ungroup",
"locust",
"--worker",
"--master-port",
Expand Down
2 changes: 1 addition & 1 deletion locust_swarm/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.0.1"
__version__ = "3.0.2"

0 comments on commit 645022b

Please sign in to comment.