locust 2.32.3.dev18__py3-none-any.whl → 2.32.4.dev4__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-2.32.3.dev18.dist-info → locust-2.32.4.dev4.dist-info}/METADATA +14 -13
- {locust-2.32.3.dev18.dist-info → locust-2.32.4.dev4.dist-info}/RECORD +7 -7
- poetry.lock +9 -9
- {locust-2.32.3.dev18.dist-info → locust-2.32.4.dev4.dist-info}/LICENSE +0 -0
- {locust-2.32.3.dev18.dist-info → locust-2.32.4.dev4.dist-info}/WHEEL +0 -0
- {locust-2.32.3.dev18.dist-info → locust-2.32.4.dev4.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.32.
|
17
|
+
__version__ = "2.32.4.dev4"
|
18
18
|
version = __version__
|
19
|
-
__version_tuple__ = (2, 32,
|
19
|
+
__version_tuple__ = (2, 32, 4, "dev4")
|
20
20
|
version_tuple = __version_tuple__
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: locust
|
3
|
-
Version: 2.32.
|
3
|
+
Version: 2.32.4.dev4
|
4
4
|
Summary: Developer-friendly load testing framework
|
5
5
|
Home-page: https://locust.io/
|
6
6
|
License: MIT
|
@@ -36,6 +36,7 @@ Requires-Dist: pywin32 ; sys_platform == "win32"
|
|
36
36
|
Requires-Dist: pyzmq (>=25.0.0)
|
37
37
|
Requires-Dist: requests (>=2.26.0) ; python_full_version <= "3.11.0"
|
38
38
|
Requires-Dist: requests (>=2.32.2) ; python_full_version > "3.11.0"
|
39
|
+
Requires-Dist: setuptools (>=65.5.1)
|
39
40
|
Requires-Dist: tomli (>=1.1.0) ; python_version < "3.11"
|
40
41
|
Requires-Dist: typing_extensions (>=4.6.0) ; python_version < "3.11"
|
41
42
|
Project-URL: Documentation, https://docs.locust.io/
|
@@ -97,24 +98,24 @@ Locust makes it easy to run load tests distributed over multiple machines. It is
|
|
97
98
|
Locust has a user friendly web interface that shows the progress of your test in real-time. You can even change the load while the test is running. It can also be run without the UI, making it easy to use for CI/CD testing.
|
98
99
|
|
99
100
|
<picture>
|
100
|
-
<source media="(prefers-color-scheme: light)" srcset="docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
|
101
|
-
<source media="(prefers-color-scheme: dark)" srcset="docs/images/bottlenecked-server-dark.png" alt="Locust UI charts" height="100" width="200"/>
|
102
|
-
<img src="docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
|
101
|
+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
|
102
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/bottlenecked-server-dark.png" alt="Locust UI charts" height="100" width="200"/>
|
103
|
+
<img src="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/bottlenecked-server-light.png" alt="Locust UI charts" height="100" width="200"/>
|
103
104
|
</picture>
|
104
105
|
<picture>
|
105
|
-
<source media="(prefers-color-scheme: light)" srcset="docs/images/webui-running-statistics-light.png" alt="Locust UI stats" height="100" width="200"/>
|
106
|
-
<source media="(prefers-color-scheme: dark)" srcset="docs/images/webui-running-statistics-dark.png" alt="Locust UI stats" height="100" width="200"/>
|
107
|
-
<img src="docs/images/webui-running-statistics-light.png" alt="Locust UI stats" height="100" width="200"/>
|
106
|
+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-running-statistics-light.png" alt="Locust UI stats" height="100" width="200"/>
|
107
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-running-statistics-dark.png" alt="Locust UI stats" height="100" width="200"/>
|
108
|
+
<img src="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-running-statistics-light.png" alt="Locust UI stats" height="100" width="200"/>
|
108
109
|
</picture>
|
109
110
|
<picture>
|
110
|
-
<source media="(prefers-color-scheme: light)" srcset="docs/images/locust-workers-light.png" alt="Locust UI workers" height="100" width="200"/>
|
111
|
-
<source media="(prefers-color-scheme: dark)" srcset="docs/images/locust-workers-dark.png" alt="Locust UI workers" height="100" width="200"/>
|
112
|
-
<img src="docs/images/locust-workers-light.png" alt="Locust UI workers" height="100" width="200"/>
|
111
|
+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/locust-workers-light.png" alt="Locust UI workers" height="100" width="200"/>
|
112
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/locust-workers-dark.png" alt="Locust UI workers" height="100" width="200"/>
|
113
|
+
<img src="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/locust-workers-light.png" alt="Locust UI workers" height="100" width="200"/>
|
113
114
|
</picture>
|
114
115
|
<picture>
|
115
|
-
<source media="(prefers-color-scheme: light)" srcset="docs/images/webui-splash-light.png" alt="Locust UI start test" height="100" width="200"/>
|
116
|
-
<source media="(prefers-color-scheme: dark)" srcset="docs/images/webui-splash-dark.png" alt="Locust UI start test" height="100" width="200"/>
|
117
|
-
<img src="docs/images/webui-splash-light.png" alt="Locust UI start test" height="100" width="200"/>
|
116
|
+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-splash-light.png" alt="Locust UI start test" height="100" width="200"/>
|
117
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-splash-dark.png" alt="Locust UI start test" height="100" width="200"/>
|
118
|
+
<img src="https://raw.githubusercontent.com/locustio/locust/refs/heads/master/docs/images/webui-splash-light.png" alt="Locust UI start test" height="100" width="200"/>
|
118
119
|
</picture>
|
119
120
|
|
120
121
|
#### Can test any system
|
@@ -1,6 +1,6 @@
|
|
1
1
|
locust/__init__.py,sha256=Jit8eNUrwuMLqavyFvMZr69e61DILq_KB4yT4MciScw,1681
|
2
2
|
locust/__main__.py,sha256=vBQ82334kX06ImDbFlPFgiBRiLIinwNk3z8Khs6hd74,31
|
3
|
-
locust/_version.py,sha256=
|
3
|
+
locust/_version.py,sha256=NqfGvsVgijPL296LJwa81qVoAAiYWHgaDKO0D6cYyPE,458
|
4
4
|
locust/argument_parser.py,sha256=xB9TQhAALeIZLx0hxoBOVv4dhSNdB15BG0fDYXkyeFc,30137
|
5
5
|
locust/clients.py,sha256=XK-xabq2_5GZKMEjebDobvEjeBTtCs8h2EelL7s68Qs,19346
|
6
6
|
locust/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -46,9 +46,9 @@ locust/webui/dist/assets/index-BXPhYgcX.js,sha256=L3xasmqUo2BjQoMQ_F0huUgFZFwCKu
|
|
46
46
|
locust/webui/dist/auth.html,sha256=bKzJKSAULiHAOI01JR96jrbOLEjpXOzlp0C3I0D2sWs,648
|
47
47
|
locust/webui/dist/index.html,sha256=5bnINHCJTK-I7e4GrdOziXlYK_7aUVyUCpndIVq3e7U,654
|
48
48
|
locust/webui/dist/report.html,sha256=KUmkufa4Ob8GTqBmVtFnueZL8h76eEUMVnoL069cAcg,1471006
|
49
|
-
poetry.lock,sha256=
|
50
|
-
locust-2.32.
|
51
|
-
locust-2.32.
|
52
|
-
locust-2.32.
|
53
|
-
locust-2.32.
|
54
|
-
locust-2.32.
|
49
|
+
poetry.lock,sha256=Oznh6_Ckq5dKvnrv7SyQsbqkiLtz-0PZPM8QYoL5If0,214415
|
50
|
+
locust-2.32.4.dev4.dist-info/LICENSE,sha256=78XGpIn3fHVBfaxlPNUfjVufSN7QsdhpJMRJHv2AFpo,1095
|
51
|
+
locust-2.32.4.dev4.dist-info/METADATA,sha256=5mwor9R7F0HVcqTQJZH8bhgAmJWJO1oMaGBbN2OEuQI,9989
|
52
|
+
locust-2.32.4.dev4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
53
|
+
locust-2.32.4.dev4.dist-info/entry_points.txt,sha256=RhIxlLwU_Ae_WjimS5COUDLagdCh6IOMyLtgaQxNmlM,43
|
54
|
+
locust-2.32.4.dev4.dist-info/RECORD,,
|
poetry.lock
CHANGED
@@ -2063,23 +2063,23 @@ jeepney = ">=0.6"
|
|
2063
2063
|
|
2064
2064
|
[[package]]
|
2065
2065
|
name = "setuptools"
|
2066
|
-
version = "75.
|
2066
|
+
version = "75.5.0"
|
2067
2067
|
description = "Easily download, build, install, upgrade, and uninstall Python packages"
|
2068
2068
|
optional = false
|
2069
|
-
python-versions = ">=3.
|
2069
|
+
python-versions = ">=3.9"
|
2070
2070
|
files = [
|
2071
|
-
{file = "setuptools-75.
|
2072
|
-
{file = "setuptools-75.
|
2071
|
+
{file = "setuptools-75.5.0-py3-none-any.whl", hash = "sha256:87cb777c3b96d638ca02031192d40390e0ad97737e27b6b4fa831bea86f2f829"},
|
2072
|
+
{file = "setuptools-75.5.0.tar.gz", hash = "sha256:5c4ccb41111392671f02bb5f8436dfc5a9a7185e80500531b133f5775c4163ef"},
|
2073
2073
|
]
|
2074
2074
|
|
2075
2075
|
[package.extras]
|
2076
|
-
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)", "ruff (>=0.
|
2077
|
-
core = ["importlib-metadata (>=6)", "
|
2076
|
+
check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)", "ruff (>=0.7.0)"]
|
2077
|
+
core = ["importlib-metadata (>=6)", "jaraco.collections", "jaraco.functools (>=4)", "jaraco.text (>=3.7)", "more-itertools", "more-itertools (>=8.8)", "packaging", "packaging (>=24.2)", "platformdirs (>=4.2.2)", "tomli (>=2.0.1)", "wheel (>=0.43.0)"]
|
2078
2078
|
cover = ["pytest-cov"]
|
2079
2079
|
doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "pyproject-hooks (!=1.1)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-favicon", "sphinx-inline-tabs", "sphinx-lint", "sphinx-notfound-page (>=1,<2)", "sphinx-reredirects", "sphinxcontrib-towncrier", "towncrier (<24.7)"]
|
2080
2080
|
enabler = ["pytest-enabler (>=2.2)"]
|
2081
|
-
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test (>=5.5)", "packaging (>=
|
2082
|
-
type = ["importlib-metadata (>=7.0.2)", "jaraco.develop (>=7.21)", "mypy (
|
2081
|
+
test = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "ini2toml[lite] (>=0.14)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "jaraco.test (>=5.5)", "packaging (>=24.2)", "pip (>=19.1)", "pyproject-hooks (!=1.1)", "pytest (>=6,!=8.1.*)", "pytest-home (>=0.5)", "pytest-perf", "pytest-subprocess", "pytest-timeout", "pytest-xdist (>=3)", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel (>=0.44.0)"]
|
2082
|
+
type = ["importlib-metadata (>=7.0.2)", "jaraco.develop (>=7.21)", "mypy (>=1.12,<1.14)", "pytest-mypy"]
|
2083
2083
|
|
2084
2084
|
[[package]]
|
2085
2085
|
name = "snowballstemmer"
|
@@ -2531,4 +2531,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"]
|
|
2531
2531
|
[metadata]
|
2532
2532
|
lock-version = "2.0"
|
2533
2533
|
python-versions = ">=3.9"
|
2534
|
-
content-hash = "
|
2534
|
+
content-hash = "ba7e8cecda976565bb1984a5c80af8912a673193a3ee45512ba8bcf76701676b"
|
File without changes
|
File without changes
|
File without changes
|