1
0
mirror of https://github.com/helm/chartmuseum.git synced 2026-02-06 00:45:15 +01:00
Files
dependabot[bot] 1b3a10d105 build(deps): bump werkzeug from 2.3.6 to 3.1.4 in /loadtesting (#1104)
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 to 3.1.4.
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/werkzeug/compare/2.3.6...3.1.4)

---
updated-dependencies:
- dependency-name: werkzeug
  dependency-version: 3.1.4
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-26 16:34:24 -05:00
..
2017-11-16 16:15:43 -05:00

Loadtesting is made with the excellent Python locust library.

To facilitate installation, this loadtesting subproject uses pipenv.

Install pipenv

pip install pipenv

Install chartmuseum locust loadtesting

cd loadtesting
pipenv install

Start chartmuseum.

Start locust:

# run locust on a running chartmuseum instance
pipenv run locust --host http://localhost:8080

Open your locust console in your browser at http://localhost:8089, and start a new loadtest.