1
0
mirror of https://github.com/helm/chartmuseum.git synced 2026-02-05 15:45:50 +01:00
Files
chartmuseum/loadtesting
dependabot[bot] dfd85117db build(deps): bump gevent from 22.10.2 to 23.9.0 in /loadtesting (#756)
Bumps [gevent](https://github.com/gevent/gevent) from 22.10.2 to 23.9.0.
- [Release notes](https://github.com/gevent/gevent/releases)
- [Changelog](https://github.com/gevent/gevent/blob/master/docs/changelog_pre.rst)
- [Commits](https://github.com/gevent/gevent/compare/22.10.2...23.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-21 12:42:09 +08: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.