Skip to content

Commit

Permalink
Increase number clients-per-realm for all kcb scenarios
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Hajas <mhajas@redhat.com>
  • Loading branch information
mhajas authored and ryanemerson committed Oct 1, 2024
1 parent 79bc5ad commit 785c879
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rosa-scaling-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ jobs:
--logout-percentage=0
--measurement=${{ inputs.measurement }}
--users-per-realm=${{ inputs.usersPerRealm }}
--clients-per-realm=${{ env.CLIENTS_PER_REALM }}
--log-http-on-failure
--sla-error-percentage=0.001
continue-on-error: true
Expand Down Expand Up @@ -301,6 +302,7 @@ jobs:
--logout-percentage=100
--measurement=${{ inputs.measurement }}
--users-per-realm=${{ inputs.usersPerRealm }}
--clients-per-realm=${{ env.CLIENTS_PER_REALM }}
--log-http-on-failure
--sla-error-percentage=0.001
continue-on-error: true
Expand Down Expand Up @@ -376,6 +378,7 @@ jobs:
--ramp-up=20
--measurement=${{ inputs.measurement }}
--users-per-realm=${{ inputs.usersPerRealm }}
--clients-per-realm=${{ env.CLIENTS_PER_REALM }}
--log-http-on-failure
--sla-error-percentage=0.001
continue-on-error: true
Expand Down

0 comments on commit 785c879

Please sign in to comment.