From 7d2819c140b5f486b27f5184f17b000735488bb5 Mon Sep 17 00:00:00 2001 From: Jonathan Sharman Date: Tue, 28 Jan 2025 11:05:06 -0800 Subject: [PATCH] chore: add 4th test to docs --- benchmark/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/benchmark/README.md b/benchmark/README.md index 5834daf1..c8253773 100644 --- a/benchmark/README.md +++ b/benchmark/README.md @@ -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 @@ -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`