Skip to content

Commit 4b6a264

Browse files
chore: add note to use sysdig in load testing (#390)
* chore: add note to use sysdig in load testing * chore: add note to use sysdig in load testing
1 parent 63f64c6 commit 4b6a264

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

k6/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This folder contains load tests for our sso application
44

55
## Setting up
66

7+
### Leveraging sysdig for extra metrics
8+
9+
While running the load tests 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).
10+
11+
### Local environment
12+
713
**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:
814

915
- `podman-compose up`

0 commit comments

Comments
 (0)