locust 2.29.2.dev42__py3-none-any.whl → 2.29.2.dev48__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 +0 -1
- {locust-2.29.2.dev42.dist-info → locust-2.29.2.dev48.dist-info}/METADATA +1 -1
- {locust-2.29.2.dev42.dist-info → locust-2.29.2.dev48.dist-info}/RECORD +7 -7
- {locust-2.29.2.dev42.dist-info → locust-2.29.2.dev48.dist-info}/LICENSE +0 -0
- {locust-2.29.2.dev42.dist-info → locust-2.29.2.dev48.dist-info}/WHEEL +0 -0
- {locust-2.29.2.dev42.dist-info → locust-2.29.2.dev48.dist-info}/entry_points.txt +0 -0
locust/_version.py
CHANGED
@@ -14,7 +14,7 @@ __version_tuple__: VERSION_TUPLE
|
|
14
14
|
version_tuple: VERSION_TUPLE
|
15
15
|
|
16
16
|
|
17
|
-
__version__ = "2.29.2.
|
17
|
+
__version__ = "2.29.2.dev48"
|
18
18
|
version = __version__
|
19
|
-
__version_tuple__ = (2, 29, 2, "
|
19
|
+
__version_tuple__ = (2, 29, 2, "dev48")
|
20
20
|
version_tuple = __version_tuple__
|
locust/main.py
CHANGED
@@ -452,7 +452,6 @@ See https://github.com/locustio/locust/wiki/Installation#increasing-maximum-numb
|
|
452
452
|
|
453
453
|
# start Web UI
|
454
454
|
if not options.headless and not options.worker:
|
455
|
-
# spawn web greenlet
|
456
455
|
protocol = "https" if options.tls_cert and options.tls_key else "http"
|
457
456
|
|
458
457
|
if options.web_host == "*":
|
@@ -1,6 +1,6 @@
|
|
1
1
|
locust/__init__.py,sha256=Hmw2vNf75eLQ1mQIPXAwlQrJ_XFY65MOb92fGsNCukQ,1458
|
2
2
|
locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
|
3
|
-
locust/_version.py,sha256=
|
3
|
+
locust/_version.py,sha256=wLJ7Z9QjY4HG4F9HpCQ9RsDIzHaw97GvBRcHgaKFQZw,460
|
4
4
|
locust/argument_parser.py,sha256=sjQoJ1NTac9LdNYT7zn8RajlWqBQs8YFNv6uRExb2gg,28941
|
5
5
|
locust/clients.py,sha256=OHPv6hBAt4gt3HI67yqyT1qrSsF8uMdCwIRu0kIsRWI,19491
|
6
6
|
locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -13,7 +13,7 @@ locust/exception.py,sha256=jGgJ32ubuf4pWdlaVOkbh2Y0LlG0_DHi-lv3ib8ppOE,1791
|
|
13
13
|
locust/html.py,sha256=_n3aB3fxiYzSeE_7RqHF3iiEPjPnbQ3e2Pw9P8AVtPU,3920
|
14
14
|
locust/input_events.py,sha256=ZIyePyAMuA_YFYWg18g_pE4kwuQV3RbEB250MzXRwjY,3314
|
15
15
|
locust/log.py,sha256=Wrkn0Ibugh5Sqjm4hGQ2-jUsy1tNMBdTctp4FyXQI24,3457
|
16
|
-
locust/main.py,sha256=
|
16
|
+
locust/main.py,sha256=XCB9Tm0JqDQ86xiEgPBDzziWGBEi0eHf0ghaJ32Ykt0,27825
|
17
17
|
locust/py.typed,sha256=gkWLl8yD4mIZnNYYAIRM8g9VarLvWmTAFeUfEbxJLBw,65
|
18
18
|
locust/rpc/__init__.py,sha256=nVGoHWFQxZjnhCDWjbgXIbmFbN9sizAjkhvSs9_642c,58
|
19
19
|
locust/rpc/protocol.py,sha256=n-rb3GZQcAlldYDj4E4GuFGylYj_26GSS5U29meft5Y,1282
|
@@ -42,8 +42,8 @@ locust/webui/dist/assets/logo.png,sha256=EIVPqr6wE_yqguHaqFHIsH0ZACLSrvNWyYO7Pby
|
|
42
42
|
locust/webui/dist/auth.html,sha256=NE_pYWbFjnBEkq2tG5mS_9YoL7JHX4Gkx9zhQoxlSC8,501
|
43
43
|
locust/webui/dist/index.html,sha256=S78UvAUZbQ-sH0wBxqFKrT2ZSfRxUFGx5xwQY6FaVMk,507
|
44
44
|
locust/webui/dist/report.html,sha256=sOdZZVgZbqgu86BBCSQf3uQUYXgmgSnXF32JpnyAII8,513
|
45
|
-
locust-2.29.2.
|
46
|
-
locust-2.29.2.
|
47
|
-
locust-2.29.2.
|
48
|
-
locust-2.29.2.
|
49
|
-
locust-2.29.2.
|
45
|
+
locust-2.29.2.dev48.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
|
46
|
+
locust-2.29.2.dev48.dist-info/METADATA,sha256=J-oR2y24IbO5wPSHZKwBZN14aMnUdKP3kbpIzbaP6ts,7674
|
47
|
+
locust-2.29.2.dev48.dist-info/WHEEL,sha256=HBsDV7Hj4OTiS1GX6ua7iQXUQTB9UHftbBxr7Q8Xm9c,110
|
48
|
+
locust-2.29.2.dev48.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
|
49
|
+
locust-2.29.2.dev48.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|