locust 2.24.2.dev8__py3-none-any.whl → 2.24.2.dev13__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- locust/_version.py +2 -2
- locust/main.py +1 -1
- locust/runners.py +1 -1
- {locust-2.24.2.dev8.dist-info → locust-2.24.2.dev13.dist-info}/METADATA +1 -1
- {locust-2.24.2.dev8.dist-info → locust-2.24.2.dev13.dist-info}/RECORD +9 -9
- {locust-2.24.2.dev8.dist-info → locust-2.24.2.dev13.dist-info}/LICENSE +0 -0
- {locust-2.24.2.dev8.dist-info → locust-2.24.2.dev13.dist-info}/WHEEL +0 -0
- {locust-2.24.2.dev8.dist-info → locust-2.24.2.dev13.dist-info}/entry_points.txt +0 -0
- {locust-2.24.2.dev8.dist-info → locust-2.24.2.dev13.dist-info}/top_level.txt +0 -0
locust/_version.py
CHANGED
@@ -12,5 +12,5 @@ __version__: str
|
|
12
12
|
__version_tuple__: VERSION_TUPLE
|
13
13
|
version_tuple: VERSION_TUPLE
|
14
14
|
|
15
|
-
__version__ = version = '2.24.2.
|
16
|
-
__version_tuple__ = version_tuple = (2, 24, 2, '
|
15
|
+
__version__ = version = '2.24.2.dev13'
|
16
|
+
__version_tuple__ = version_tuple = (2, 24, 2, 'dev13')
|
locust/main.py
CHANGED
@@ -394,7 +394,7 @@ See https://github.com/locustio/locust/wiki/Installation#increasing-maximum-numb
|
|
394
394
|
|
395
395
|
environment.update_user_class(user_config)
|
396
396
|
except Exception as e:
|
397
|
-
logger.error(f"The --config-users
|
397
|
+
logger.error(f"The --config-users argument must be in valid JSON string or file: {e}")
|
398
398
|
sys.exit(-1)
|
399
399
|
|
400
400
|
if (
|
locust/runners.py
CHANGED
@@ -1143,7 +1143,7 @@ class MasterRunner(DistributedRunner):
|
|
1143
1143
|
if not concurrent:
|
1144
1144
|
listener(environment=self.environment, msg=msg)
|
1145
1145
|
else:
|
1146
|
-
gevent.spawn(listener, self.environment, msg)
|
1146
|
+
gevent.spawn(listener, environment=self.environment, msg=msg)
|
1147
1147
|
except Exception:
|
1148
1148
|
logging.error(f"Uncaught exception in handler for {msg.type}\n{traceback.format_exc()}")
|
1149
1149
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
locust/__init__.py,sha256=g6oA-Ba_hs3gLWVf5MKJ1mvfltI8MFnDWG8qslqm8yg,1402
|
2
2
|
locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
|
3
|
-
locust/_version.py,sha256=
|
3
|
+
locust/_version.py,sha256=6xIopQRFEnaMnTv5AHQbIbE-jjDCo_eABUb2Z7s6VcI,428
|
4
4
|
locust/argument_parser.py,sha256=iDnCJNs9ySKOrIn6xZjZXN3YIelOPC1FSR2MK5nEHP4,31973
|
5
5
|
locust/clients.py,sha256=o3G9welWb-zhgDUM5TKnMVFMJckr_m0FI8Dxn3OtBUA,14810
|
6
6
|
locust/debug.py,sha256=We6Z9W0btkKSc7PxWmrZx-xMynvOOsKhG6jmDgQin0g,5134
|
@@ -11,9 +11,9 @@ locust/exception.py,sha256=jGgJ32ubuf4pWdlaVOkbh2Y0LlG0_DHi-lv3ib8ppOE,1791
|
|
11
11
|
locust/html.py,sha256=S2vucumZbGADt0PKv__Aow_kt-MpbCCxBqMO9QiRcUg,5718
|
12
12
|
locust/input_events.py,sha256=QBO6Kb0bmNLZHaIvcBORk57CvCJHAYVB5ILfpV8Lrfc,3292
|
13
13
|
locust/log.py,sha256=2IVp9YL4ZPfWdj3sBFuOHfgneg3g7m7tUGR-sy2s3E8,3155
|
14
|
-
locust/main.py,sha256=
|
14
|
+
locust/main.py,sha256=_WMSjeLyEnZVYKsc-ziMYUcv_Axig93kiNiZ2NIrL9Y,28866
|
15
15
|
locust/py.typed,sha256=gkWLl8yD4mIZnNYYAIRM8g9VarLvWmTAFeUfEbxJLBw,65
|
16
|
-
locust/runners.py,sha256=
|
16
|
+
locust/runners.py,sha256=4rhiEJdqrESxsoYyrwPy9BW6_8tQ8j5OhFRpygBGxA0,67867
|
17
17
|
locust/shape.py,sha256=t-lwBS8LOjWcKXNL7j2U3zroIXJ1b0fazUwpRYQOKXw,1973
|
18
18
|
locust/stats.py,sha256=BXvAybKiqI6QF5THdnk-fWkL-FiZKwrAm2W8KzkTchg,46118
|
19
19
|
locust/web.py,sha256=DVcx53VXApAc6kFfG7so2_kB_qqcw7ojKpBd-dJoijU,28267
|
@@ -95,9 +95,9 @@ locust/webui/dist/report.html,sha256=sOdZZVgZbqgu86BBCSQf3uQUYXgmgSnXF32JpnyAII8
|
|
95
95
|
locust/webui/dist/assets/favicon.ico,sha256=IUl-rYqfpHdV38e-s0bkmFIeLS-n3Ug0DQxk-h202hI,8348
|
96
96
|
locust/webui/dist/assets/index-941b6e82.js,sha256=G3n5R81Svt0HzbWaV3AV20jLWGLr4X50UZ-Adu2KcxU,1645614
|
97
97
|
locust/webui/dist/assets/logo.png,sha256=EIVPqr6wE_yqguHaqFHIsH0ZACLSrvNWyYO7PbyIj4w,19299
|
98
|
-
locust-2.24.2.
|
99
|
-
locust-2.24.2.
|
100
|
-
locust-2.24.2.
|
101
|
-
locust-2.24.2.
|
102
|
-
locust-2.24.2.
|
103
|
-
locust-2.24.2.
|
98
|
+
locust-2.24.2.dev13.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
|
99
|
+
locust-2.24.2.dev13.dist-info/METADATA,sha256=sdY-ltpryU1lISMKhQR-00qQapvgV-ZpmNvHLxq8JM0,7212
|
100
|
+
locust-2.24.2.dev13.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
101
|
+
locust-2.24.2.dev13.dist-info/entry_points.txt,sha256=RAdt8Ku-56m7bFjmdj-MBhbF6h4NX7tVODR9QNnOg0E,44
|
102
|
+
locust-2.24.2.dev13.dist-info/top_level.txt,sha256=XSsjgPA8Ggf9TqKVbkwSqZFuPlZ085X13M9orDycE20,7
|
103
|
+
locust-2.24.2.dev13.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|