8000 GitHub - guacsec/trustify-scale-test-runs: Running trustify scale tests
[go: up one dir, main page]

Skip to content

guacsec/trustify-scale-test-runs

Repository files navigation

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

Wait, there is more

Start a DB instance with an imported dump

To start up a database instance with the imported dump, run the following commands:

podman compose -f compose.yaml build
podman compose -f compose.yaml up trustify-migrate

About

Running trustify scale tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages

0