Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 471 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 471 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

After clone, run:

cp publish/baseline.json baseline/

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