Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 404 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 404 Bytes

Running trustify load tests

The goal is to have load tests, which can be re-run over time to see the evolution of Trustify's performance.

Running it locally

Build the containers once:

podman compose -f compose.yaml build

Then run the test:

podman compose -f compose.yaml run loadtests

After the test has run, clean up:

podman compose -f compose.yaml down