1
0
mirror of https://github.com/helm/chartmuseum.git synced 2026-02-05 15:45:50 +01:00
Files
chartmuseum/loadtesting
dependabot[bot] 72bdd1e832 build(deps): bump flask from 2.2.2 to 2.3.2 in /loadtesting (#681)
Bumps [flask](https://github.com/pallets/flask) from 2.2.2 to 2.3.2.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.2.2...2.3.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-04 15:26:15 -04: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.