Skip to content

Commit

Permalink
chore: add mention for using sysdig with load testing
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Oct 2, 2024
1 parent 364a834 commit ae5f18b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions k6/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ This folder contains load tests for our sso application

## Setting up

### Leveraging sysdig for extra metrics

While load test run it is worth leveraging sysdig in the sanbox environments to detect latency in requests during testing. These monitorin alerts can be manually created in the sysdig dashboard, or added to the terraform [sysdig repo](https://github.com/bcgov/sso-sysdig).

### Local environment

**Developing and Running tests in a local environment**: If you would like to use a local environment for developing and running tests, there is a [podman-compose.yaml](./local_setup/podman-compose.yaml) file in this repository you can use to run our custom redhat image with a postgres database. To use it, from the [loca setup folder](./local_setup/), run:

- `podman-compose up`
Expand Down

0 comments on commit ae5f18b

Please sign in to comment.