locust 2.26.1.dev72__py3-none-any.whl → 2.27.0__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 +2 -2
- {locust-2.26.1.dev72.dist-info → locust-2.27.0.dist-info}/METADATA +1 -1
- {locust-2.26.1.dev72.dist-info → locust-2.27.0.dist-info}/RECORD +8 -8
- {locust-2.26.1.dev72.dist-info → locust-2.27.0.dist-info}/LICENSE +0 -0
- {locust-2.26.1.dev72.dist-info → locust-2.27.0.dist-info}/WHEEL +0 -0
- {locust-2.26.1.dev72.dist-info → locust-2.27.0.dist-info}/entry_points.txt +0 -0
- {locust-2.26.1.dev72.dist-info → locust-2.27.0.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.
|
16
|
-
__version_tuple__ = version_tuple = (2,
|
15
|
+
__version__ = version = '2.27.0'
|
16
|
+
__version_tuple__ = version_tuple = (2, 27, 0)
|
locust/main.py
CHANGED
@@ -411,8 +411,8 @@ See https://github.com/locustio/locust/wiki/Installation#increasing-maximum-numb
|
|
411
411
|
if options.worker:
|
412
412
|
logger.error("The --master argument cannot be combined with --worker")
|
413
413
|
sys.exit(-1)
|
414
|
-
if options.
|
415
|
-
logger.error("
|
414
|
+
if options.expect_workers < 1:
|
415
|
+
logger.error(f"Invalid --expect-workers argument ({options.expect_workers}), must be a positive number")
|
416
416
|
sys.exit(-1)
|
417
417
|
runner = environment.create_master_runner(
|
418
418
|
master_bind_host=options.master_bind_host,
|
@@ -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=vkYXgVuvNk95khotVUCWC2ZuRgmRVBQCyElfrt6rGnE,413
|
4
4
|
locust/argument_parser.py,sha256=izMXLuMZWUpS6m8SrGRmOjLfPPuYWXCvQFicRmn-a90,28774
|
5
5
|
locust/clients.py,sha256=YKuAyMAbxs8_-w7XJw0hc67KFBNNLxibsw6FwiS01Q8,14781
|
6
6
|
locust/debug.py,sha256=We6Z9W0btkKSc7PxWmrZx-xMynvOOsKhG6jmDgQin0g,5134
|
@@ -11,7 +11,7 @@ locust/exception.py,sha256=jGgJ32ubuf4pWdlaVOkbh2Y0LlG0_DHi-lv3ib8ppOE,1791
|
|
11
11
|
locust/html.py,sha256=f0coiIkRXSRV-MSLPhxLDT3xjmoqQxUxbAGtmDcPMXI,5754
|
12
12
|
locust/input_events.py,sha256=ZIyePyAMuA_YFYWg18g_pE4kwuQV3RbEB250MzXRwjY,3314
|
13
13
|
locust/log.py,sha256=2IVp9YL4ZPfWdj3sBFuOHfgneg3g7m7tUGR-sy2s3E8,3155
|
14
|
-
locust/main.py,sha256=
|
14
|
+
locust/main.py,sha256=LooX1HPmUd6TKxV-p3xrWTMkPUoU5LtIGVPQvPMPT6U,28111
|
15
15
|
locust/py.typed,sha256=gkWLl8yD4mIZnNYYAIRM8g9VarLvWmTAFeUfEbxJLBw,65
|
16
16
|
locust/runners.py,sha256=Go8b8fpOAfFy6JuNcot7KyguHuExA6eoPHVmcgx3RoI,67813
|
17
17
|
locust/shape.py,sha256=t-lwBS8LOjWcKXNL7j2U3zroIXJ1b0fazUwpRYQOKXw,1973
|
@@ -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.
|
99
|
-
locust-2.
|
100
|
-
locust-2.
|
101
|
-
locust-2.
|
102
|
-
locust-2.
|
103
|
-
locust-2.
|
98
|
+
locust-2.27.0.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
|
99
|
+
locust-2.27.0.dist-info/METADATA,sha256=rgvv8R6VL0Mgxks71BzEI1tx76m1MiSjfmUAV_KjC80,7261
|
100
|
+
locust-2.27.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
101
|
+
locust-2.27.0.dist-info/entry_points.txt,sha256=RAdt8Ku-56m7bFjmdj-MBhbF6h4NX7tVODR9QNnOg0E,44
|
102
|
+
locust-2.27.0.dist-info/top_level.txt,sha256=XSsjgPA8Ggf9TqKVbkwSqZFuPlZ085X13M9orDycE20,7
|
103
|
+
locust-2.27.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|