Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion dhis-2/dhis-test-performance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ CI workflows use `./run-simulation.sh` the same way as local runs:
* [`performance-tests.yml`](../../.github/workflows/performance-tests.yml) - Manual single test
* [`performance-tests-compare.yml`](../../.github/workflows/performance-tests-compare.yml) - Manual baseline vs candidate comparison

Performance tests run on a single shared [self-hosted
runner](https://github.com/dhis2/dhis2-core/actions/runners?tab=self-hosted) with exclusive access.
Iterate locally; use CI only to publish numbers for PRs or release notes.

## Results

Test results are saved to `target/gatling/<simulation-class>-<timestamp>/`:
Expand Down Expand Up @@ -65,7 +69,7 @@ UI matters, use `index.html` as the source of truth.

Since Gatling 3.12, test results are written in binary format. The `run-simulation.sh` script
automatically converts `simulation.log` to `simulation.csv` if
[glog](https://github.com/dhis2/gatling/releases) is installed like in CI.
[glog](https://github.com/dhis2/gatling/releases) is installed like in CI.


## Platform Tests
Expand Down
Loading