Skip to content

Commit

Permalink
chore: add 4th test to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thegentlemanphysicist committed Jan 28, 2025
1 parent bad90c3 commit 7d2819c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export ADMIN_PASSWORD=

## ADDITIONAL_CONFIG

There are three runs we have done with the previous versions of keycloak. In order for runs to be comparable the same runs should be done on future versions. These are controlled by the `ADDITIONAL_CONFIG` env var.
There are four runs we have done with the previous versions of keycloak. In order for runs to be comparable the same runs should be done on future versions. These are controlled by the `ADDITIONAL_CONFIG` env var.

### Run 1

Expand All @@ -93,6 +93,9 @@ ADDITIONAL_CONFIG := "--users-per-sec=34 --ramp-up=300 --users-per-realm=101 --m
### Run 3
--users-per-sec=200 --ramp-up=300 --users-per-realm=9000 --measurement=1800 --clients-per-realm=301

### Run 4
--users-per-sec=500 --ramp-up=300 --users-per-realm=9995 --measurement=1800 --clients-per-realm=395

## Reports

- The html report will be generated under the `./results` directory if running locally without using `entrypoint.sh`
Expand Down

0 comments on commit 7d2819c

Please sign in to comment.