From 645022b177e5d526fa4751c51940efa753ccd46f Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Thu, 10 Feb 2022 21:12:27 +0100 Subject: [PATCH] "ungroup" parallel output to show it in real time instead of after the fact --- bin/swarm | 1 + locust_swarm/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/swarm b/bin/swarm index 7b07734..8687277 100755 --- a/bin/swarm +++ b/bin/swarm @@ -261,6 +261,7 @@ def start_worker_process(server): "parallel", "-j0", "-N0", + "--ungroup", "locust", "--worker", "--master-port", diff --git a/locust_swarm/__init__.py b/locust_swarm/__init__.py index 0552768..131942e 100644 --- a/locust_swarm/__init__.py +++ b/locust_swarm/__init__.py @@ -1 +1 @@ -__version__ = "3.0.1" +__version__ = "3.0.2"