The goal is to have load tests, which can be re-run over time to see the evolution of Trustify's performance.
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