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