locust 2.30.0__py3-none-any.whl → 2.30.1.dev14__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/argument_parser.py +27 -33
- locust/env.py +3 -0
- locust/main.py +3 -0
- locust/runners.py +30 -16
- locust/stats.py +3 -0
- locust/util/directory.py +12 -0
- locust/util/url.py +15 -0
- locust/webui/dist/assets/{index-b809f4b3.js → index-24a281b8.js} +48 -48
- locust/webui/dist/auth.html +1 -1
- locust/webui/dist/index.html +1 -1
- {locust-2.30.0.dist-info → locust-2.30.1.dev14.dist-info}/METADATA +1 -1
- {locust-2.30.0.dist-info → locust-2.30.1.dev14.dist-info}/RECORD +16 -14
- {locust-2.30.0.dist-info → locust-2.30.1.dev14.dist-info}/LICENSE +0 -0
- {locust-2.30.0.dist-info → locust-2.30.1.dev14.dist-info}/WHEEL +0 -0
- {locust-2.30.0.dist-info → locust-2.30.1.dev14.dist-info}/entry_points.txt +0 -0
locust/webui/dist/auth.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
<meta name="theme-color" content="#000000" />
|
8
8
|
|
9
9
|
<title>Locust</title>
|
10
|
-
<script type="module" crossorigin src="./assets/index-
|
10
|
+
<script type="module" crossorigin src="./assets/index-24a281b8.js"></script>
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<div id="root"></div>
|
locust/webui/dist/index.html
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
<meta name="theme-color" content="#000000" />
|
8
8
|
|
9
9
|
<title>Locust</title>
|
10
|
-
<script type="module" crossorigin src="./assets/index-
|
10
|
+
<script type="module" crossorigin src="./assets/index-24a281b8.js"></script>
|
11
11
|
</head>
|
12
12
|
<body>
|
13
13
|
<div id="root"></div>
|
@@ -1,26 +1,26 @@
|
|
1
1
|
locust/__init__.py,sha256=Jit8eNUrwuMLqavyFvMZr69e61DILq_KB4yT4MciScw,1681
|
2
2
|
locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
|
3
|
-
locust/_version.py,sha256=
|
4
|
-
locust/argument_parser.py,sha256=
|
3
|
+
locust/_version.py,sha256=9MRgueYS9PajXS5gOQQEKWJKNyGf1KYKegbUYuvrdM8,460
|
4
|
+
locust/argument_parser.py,sha256=bCDe3BxazFH6P39pS0u_jvHYbHePfCQg9vgNyvaS_po,28838
|
5
5
|
locust/clients.py,sha256=OHPv6hBAt4gt3HI67yqyT1qrSsF8uMdCwIRu0kIsRWI,19491
|
6
6
|
locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
7
7
|
locust/contrib/fasthttp.py,sha256=1hR2WK-3ACGVsU6Fu4Z4KucVzL1LXMLG6k54KeZdt78,28509
|
8
8
|
locust/debug.py,sha256=We6Z9W0btkKSc7PxWmrZx-xMynvOOsKhG6jmDgQin0g,5134
|
9
9
|
locust/dispatch.py,sha256=0rGny9P8dEq2Kg7exRWPorKQ5D1LnhHd2xG5Jq7ge7g,17107
|
10
|
-
locust/env.py,sha256=
|
10
|
+
locust/env.py,sha256=1Cw8i4TRqj9f_nwxUinbvBGbzq3J1LeTIwM7cG-E8WQ,12926
|
11
11
|
locust/event.py,sha256=iXEwIYFzra-j1WRldXB9SUibydtD8q8EIKaFPGTTIjk,8729
|
12
12
|
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=HD1FcdmZNb4TCcCYcU626qVtjEgOqK4DEPMQCcpG7fE,27979
|
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
|
20
20
|
locust/rpc/zmqrpc.py,sha256=AAY6w7wSFHsW34qqN28666boHFf6dTSAXPQJnAO6iUI,2707
|
21
|
-
locust/runners.py,sha256=
|
21
|
+
locust/runners.py,sha256=lgcEJBj6hyxAY-nz-ffgs_vyP6m4stSVqz-DwMBLYqo,70433
|
22
22
|
locust/shape.py,sha256=t-lwBS8LOjWcKXNL7j2U3zroIXJ1b0fazUwpRYQOKXw,1973
|
23
|
-
locust/stats.py,sha256=
|
23
|
+
locust/stats.py,sha256=cFOLYdfD6wfgie-_IZw1tX13h1rsZNjOxdw2VdG8eJE,45877
|
24
24
|
locust/user/__init__.py,sha256=S2yvmI_AU9kXirtTIVqiV_Hs7yXzqXvaSgkNo9ig-fk,71
|
25
25
|
locust/user/inspectuser.py,sha256=KgrWHyE5jhK6or58R7soLRf-_st42AaQrR72qbiXw9E,2641
|
26
26
|
locust/user/sequential_taskset.py,sha256=SbrrGU9HV2nEWe6zQVtjymn8NgPISP7QSNoVdyoXjYg,2687
|
@@ -31,19 +31,21 @@ locust/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
31
31
|
locust/util/cache.py,sha256=IxbpGawl0-hoWKvCrtksxjSLf2GbBBTVns06F7mFBkM,1062
|
32
32
|
locust/util/date.py,sha256=pqyUuqzPds-A8ai6ZYTxe5Eak1M1BR9iuQcqEcrtHwc,179
|
33
33
|
locust/util/deprecation.py,sha256=pFipULkYFjYnuFSycJZ0s95r0CTSlvx8otGnqSu1bsQ,2028
|
34
|
+
locust/util/directory.py,sha256=2EeuVIIFEErm0OpNXdsEgQLx49jAXq-PvMj2uY0Mr8o,326
|
34
35
|
locust/util/exception_handler.py,sha256=jTMyBq2a0O07fRjmqGkheyaPj58tUgnbbcjoesKGPws,797
|
35
36
|
locust/util/load_locustfile.py,sha256=hn70KcIG8jHmZyuKv2pcEmwgWtOEu24Efeji1KRYNUE,2964
|
36
37
|
locust/util/rounding.py,sha256=5haxR8mKhATqag6WvPby-MSRRgIw5Ob6thbyvMYZM7o,92
|
37
38
|
locust/util/timespan.py,sha256=Y0LtnhUq2Mq19p04u0XtBlYQ_-S2cRvwRdgru8W9WhA,986
|
39
|
+
locust/util/url.py,sha256=s_W2PCxvxTWxWX0yUvp-8VBuQm881KwI5X9iifogZG4,321
|
38
40
|
locust/web.py,sha256=HdW4rUDILXOB1y1fVV1VIyx7vozmImCXsgNfW1T2WVc,27282
|
39
41
|
locust/webui/dist/assets/favicon.ico,sha256=IUl-rYqfpHdV38e-s0bkmFIeLS-n3Ug0DQxk-h202hI,8348
|
40
|
-
locust/webui/dist/assets/index-
|
42
|
+
locust/webui/dist/assets/index-24a281b8.js,sha256=DKjo_f4oXQ7cVm-YTE2nBWid2gz0kjEXeUuC1dprPao,1647927
|
41
43
|
locust/webui/dist/assets/logo.png,sha256=EIVPqr6wE_yqguHaqFHIsH0ZACLSrvNWyYO7PbyIj4w,19299
|
42
|
-
locust/webui/dist/auth.html,sha256=
|
43
|
-
locust/webui/dist/index.html,sha256=
|
44
|
+
locust/webui/dist/auth.html,sha256=7VRcfmnP6ATNJdlbZPAy6Ckfu_C4YxcSxqlWrPqL9F4,501
|
45
|
+
locust/webui/dist/index.html,sha256=vUxz_vys--tECpiWnhHQWLL7YJUBGSE4mVPF-c3-U3g,507
|
44
46
|
locust/webui/dist/report.html,sha256=sOdZZVgZbqgu86BBCSQf3uQUYXgmgSnXF32JpnyAII8,513
|
45
|
-
locust-2.30.
|
46
|
-
locust-2.30.
|
47
|
-
locust-2.30.
|
48
|
-
locust-2.30.
|
49
|
-
locust-2.30.
|
47
|
+
locust-2.30.1.dev14.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
|
48
|
+
locust-2.30.1.dev14.dist-info/METADATA,sha256=9RFFHvBg3CrLz540GVYc-P-TPtzLNQklPCNGfiF59yg,7679
|
49
|
+
locust-2.30.1.dev14.dist-info/WHEEL,sha256=HBsDV7Hj4OTiS1GX6ua7iQXUQTB9UHftbBxr7Q8Xm9c,110
|
50
|
+
locust-2.30.1.dev14.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
|
51
|
+
locust-2.30.1.dev14.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|