File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 27
27
28
28
### Generate Data
29
29
30
+ These creation commands must be run in Bruno, they do not work as bash commands.
31
+
30
32
``` sh
31
33
export KC_BASE_URL=
32
34
@@ -84,20 +86,27 @@ There are four runs we have done with the previous versions of keycloak. In ord
84
86
85
87
### Run 1
86
88
87
- ADDITIONAL_CONFIG := "--users-per-sec=34 --ramp-up=300 --users-per-realm=101 --measurement=1800 --clients-per-realm=101"
89
+ ` SCENARIO=keycloak.scenario.authentication.AuthorizationCode `
90
+
91
+ ` ADDITIONAL_CONFIG := "--users-per-sec=34 --ramp-up=300 --users-per-realm=101 --measurement=1800 --clients-per-realm=101" `
88
92
89
93
### Run 2
90
- --users-per-sec=100 --ramp-up=300 --users-per-realm=5001 --measurement=1800 --clients-per-realm=301
91
- `
94
+
95
+ ` SCENARIO=keycloak.scenario.authentication.AuthorizationCode `
96
+
97
+ ` --users-per-sec=100 --ramp-up=300 --users-per-realm=5001 --measurement=1800 --clients-per-realm=301 `
92
98
93
99
### Run 3
94
- --users-per-sec=200 --ramp-up=300 --users-per-realm=9000 --measurement=1800 --clients-per-realm=301
100
+ ` SCENARIO=keycloak.scenario.authentication.AuthorizationCode `
101
+
102
+ ` --users-per-sec=200 --ramp-up=300 --users-per-realm=9000 --measurement=1800 --clients-per-realm=301 `
95
103
96
104
### Run 4
97
105
This is a different scenerio, it is not an Auth Code flow like the other tests. The new environment vars are:
98
106
99
- SCENARIO := "keycloak.scenario.authentication.ClientSecret"
100
- ADDITIONAL_CONFIG := "--users-per-sec=500 --ramp-up=300 --users-per-realm=9995 --measurement=1800 --clients-per-realm=395"
107
+ ` SCENARIO := "keycloak.scenario.authentication.ClientSecret" `
108
+
109
+ ` ADDITIONAL_CONFIG := "--users-per-sec=500 --ramp-up=300 --users-per-realm=9995 --measurement=1800 --clients-per-realm=395" `
101
110
102
111
## Reports
103
112
You can’t perform that action at this time.
0 commit comments