locust 2.37.1.dev2__py3-none-any.whl → 2.37.2__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 +0 -6
- locust/input_events.py +2 -3
- locust/main.py +0 -2
- locust/stats.py +0 -5
- locust/web.py +20 -10
- locust/webui/dist/assets/{index-OsbNSvrF.js → index-D2b9JQ_o.js} +62 -62
- locust/webui/dist/auth.html +1 -1
- locust/webui/dist/index.html +1 -1
- {locust-2.37.1.dev2.dist-info → locust-2.37.2.dist-info}/METADATA +2 -2
- {locust-2.37.1.dev2.dist-info → locust-2.37.2.dist-info}/RECORD +14 -14
- {locust-2.37.1.dev2.dist-info → locust-2.37.2.dist-info}/WHEEL +0 -0
- {locust-2.37.1.dev2.dist-info → locust-2.37.2.dist-info}/entry_points.txt +0 -0
- {locust-2.37.1.dev2.dist-info → locust-2.37.2.dist-info}/licenses/LICENSE +0 -0
locust/webui/dist/auth.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta name="theme-color" content="#000000" />
|
9
9
|
|
10
10
|
<title>{{ auth_title | default("Locust") }}</title>
|
11
|
-
<script type="module" crossorigin src="./assets/index-
|
11
|
+
<script type="module" crossorigin src="./assets/index-D2b9JQ_o.js"></script>
|
12
12
|
</head>
|
13
13
|
<body>
|
14
14
|
<div id="root"></div>
|
locust/webui/dist/index.html
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
<meta name="theme-color" content="#000000" />
|
9
9
|
|
10
10
|
<title>Locust</title>
|
11
|
-
<script type="module" crossorigin src="./assets/index-
|
11
|
+
<script type="module" crossorigin src="./assets/index-D2b9JQ_o.js"></script>
|
12
12
|
</head>
|
13
13
|
<body>
|
14
14
|
<div id="root"></div>
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: locust
|
3
|
-
Version: 2.37.
|
3
|
+
Version: 2.37.2
|
4
4
|
Summary: Developer-friendly load testing framework
|
5
5
|
Project-URL: homepage, https://locust.io/
|
6
6
|
Project-URL: repository, https://github.com/locustio/locust
|
@@ -30,7 +30,7 @@ Requires-Dist: flask-login>=0.6.3
|
|
30
30
|
Requires-Dist: flask>=2.0.0
|
31
31
|
Requires-Dist: gevent<25.0.0,>=24.10.1
|
32
32
|
Requires-Dist: geventhttpclient>=2.3.1
|
33
|
-
Requires-Dist: locust-cloud>=1.21.
|
33
|
+
Requires-Dist: locust-cloud>=1.21.5
|
34
34
|
Requires-Dist: msgpack>=1.0.0
|
35
35
|
Requires-Dist: psutil>=5.9.1
|
36
36
|
Requires-Dist: pywin32; sys_platform == 'win32'
|
@@ -1,7 +1,7 @@
|
|
1
1
|
locust/__init__.py,sha256=aWeuBPUxONjwNm1xp4v8L4BO14SuYLjscIiwJVX1Ui4,1746
|
2
2
|
locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
|
3
|
-
locust/_version.py,sha256=
|
4
|
-
locust/argument_parser.py,sha256=
|
3
|
+
locust/_version.py,sha256=SdRSRBpZWyw1-pU0gtmyEG3t5dEaL5vN61b5KLdUkP4,513
|
4
|
+
locust/argument_parser.py,sha256=JDZftZ1sGknDXzYy-UrGndX7mGJUMhEjvruRjQjbNM4,33190
|
5
5
|
locust/clients.py,sha256=o-277lWQdpmPnoRTdf3IQVNPQT8LMFDtPtuxbLHQIIs,19286
|
6
6
|
locust/debug.py,sha256=7CCm8bIg44uGH2wqBlo1rXBzV2VzwPicLxLewz8r5CQ,5099
|
7
7
|
locust/dispatch.py,sha256=prdwtb9EoN4A9klgiKgWuwQmvFB8hEuFHOK6ot62AJI,16202
|
@@ -9,14 +9,14 @@ locust/env.py,sha256=PypNHmEFBhGBk9dU6pZ2cL5L0TThYejaGWW16RO3ZNQ,13203
|
|
9
9
|
locust/event.py,sha256=AWoeG2q11Vpupv1eW9Rf2N0EI4dDDAldKe6zY1ajC7I,8717
|
10
10
|
locust/exception.py,sha256=jGgJ32ubuf4pWdlaVOkbh2Y0LlG0_DHi-lv3ib8ppOE,1791
|
11
11
|
locust/html.py,sha256=VjoAEZEolJ8il4HLACBlVA81Qk36fBwlDj_7ojAEFss,4132
|
12
|
-
locust/input_events.py,sha256=
|
12
|
+
locust/input_events.py,sha256=lqLDB2Ax-OQ7-vtYNkGjySjfaWVobBzqf0GxRwjcLcQ,3323
|
13
13
|
locust/log.py,sha256=5E2ZUOa3V4sfCqa-470Gle1Ik9L5nxYitsjEB9tRwE0,3455
|
14
|
-
locust/main.py,sha256=
|
14
|
+
locust/main.py,sha256=wY0FexiakPzK1oR4VbSzCQn3ARPsKZHWmhrObR9JWSI,28174
|
15
15
|
locust/py.typed,sha256=gkWLl8yD4mIZnNYYAIRM8g9VarLvWmTAFeUfEbxJLBw,65
|
16
16
|
locust/runners.py,sha256=niYmGsfOpxMfVmTXGod4MYTefpaZ2wirFlhqxRw5mq4,70617
|
17
17
|
locust/shape.py,sha256=t-lwBS8LOjWcKXNL7j2U3zroIXJ1b0fazUwpRYQOKXw,1973
|
18
|
-
locust/stats.py,sha256=
|
19
|
-
locust/web.py,sha256=
|
18
|
+
locust/stats.py,sha256=D2iJ7Ei1Z_e3cF5n8TdSstpewZytnSmstTjxr5c9uNw,47264
|
19
|
+
locust/web.py,sha256=SQlXNedF-wTUPagG5U4nassuOdpydA_3srkkpIKbiHI,30838
|
20
20
|
locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
21
21
|
locust/contrib/fasthttp.py,sha256=BCuKG0qpBIhXdejjPSbAMSaSd6piJtuLdx96_LWbIgI,29349
|
22
22
|
locust/contrib/mongodb.py,sha256=1seUYgJOaNKwybYOP9PUEVhgl8hGy-G33f8lFj3R8W8,1246
|
@@ -41,18 +41,18 @@ locust/util/load_locustfile.py,sha256=0ncZh2GQvkiItZB0ePy6JQ_2ayZNP9jXOTfUhdvlQB
|
|
41
41
|
locust/util/rounding.py,sha256=5haxR8mKhATqag6WvPby-MSRRgIw5Ob6thbyvMYZM7o,92
|
42
42
|
locust/util/timespan.py,sha256=Y0LtnhUq2Mq19p04u0XtBlYQ_-S2cRvwRdgru8W9WhA,986
|
43
43
|
locust/util/url.py,sha256=s_W2PCxvxTWxWX0yUvp-8VBuQm881KwI5X9iifogZG4,321
|
44
|
-
locust/webui/dist/auth.html,sha256=
|
45
|
-
locust/webui/dist/index.html,sha256=
|
44
|
+
locust/webui/dist/auth.html,sha256=3IrwV4-KGFQHcPOovg5JwFXqcCn5r5qnOVd3d1LTVjM,678
|
45
|
+
locust/webui/dist/index.html,sha256=inmSrVULZ8voFPRoJaubUWoukM5a5--uLUaX23KEsR4,654
|
46
46
|
locust/webui/dist/report.html,sha256=8KeZMD45tQLiFGw9qHEU9dTCt2_TObe4jDefyjik-mM,1474606
|
47
47
|
locust/webui/dist/assets/favicon-dark.png,sha256=6zVkRtiRfU45qQGvEhf1cq2nNauFs_JW5SI79wT0YkM,2437
|
48
48
|
locust/webui/dist/assets/favicon-light.png,sha256=VdG2GZyeTCOML7xfievupBP4EhmHoUqlVCw-tXqkvxU,2468
|
49
49
|
locust/webui/dist/assets/graphs-dark.png,sha256=_nS7sWe2ozG1vb3Gy_3Qv6bE0-xxlAvnRlxvDyBCIR0,282277
|
50
50
|
locust/webui/dist/assets/graphs-light.png,sha256=7L6pOehXqCojQclzeP91l-LskFQAw_nKbYOdFKvDWPQ,348913
|
51
|
-
locust/webui/dist/assets/index-
|
51
|
+
locust/webui/dist/assets/index-D2b9JQ_o.js,sha256=vjv_5l6NlzRV8iyAnQTLlzCk3IC3qGgIRS6d11q16AA,1722288
|
52
52
|
locust/webui/dist/assets/testruns-dark.png,sha256=np6MvpgJ2gkKQ66SOmukLtjsMtHqTSr5dNfza-2XtCo,267621
|
53
53
|
locust/webui/dist/assets/testruns-light.png,sha256=iLAxBZh3kRsfGkcB1-1KSAbFgGji43IqiUrYuJlUoPk,276839
|
54
|
-
locust-2.37.
|
55
|
-
locust-2.37.
|
56
|
-
locust-2.37.
|
57
|
-
locust-2.37.
|
58
|
-
locust-2.37.
|
54
|
+
locust-2.37.2.dist-info/METADATA,sha256=QXh4P8Locu8CA9vXN_MtXTA8P8Xz-j04-AjbxG6rf_c,9398
|
55
|
+
locust-2.37.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
56
|
+
locust-2.37.2.dist-info/entry_points.txt,sha256=RAdt8Ku-56m7bFjmdj-MBhbF6h4NX7tVODR9QNnOg0E,44
|
57
|
+
locust-2.37.2.dist-info/licenses/LICENSE,sha256=5hnz-Vpj0Z3kSCQl0LzV2hT1TLc4LHcbpBp3Cy-EuyM,1110
|
58
|
+
locust-2.37.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|