Skip to content

Commit

Permalink
WIP: chore(RHIDP-3671): Run passive user groups scalability (RBAC pol…
Browse files Browse the repository at this point in the history
…icy size)

Signed-off-by: Pavel Macík <[email protected]>
  • Loading branch information
pmacik committed Oct 7, 2024
1 parent 2da2f9d commit ac67f42
Showing 1 changed file with 16 additions and 17 deletions.
33 changes: 16 additions & 17 deletions test.env
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
# To override system environment variables, uncomment the variables down bellow. It will be sourced by the ci-scripts.

## Scenario
# export SCENARIO=baseline-test
export SCENARIO=mvp
# export HOST=http://localhost
# export USERS=100
# export WORKERS=5
# export DURATION=1m
export DURATION=10m
# export SPAWN_RATE=20
# export WAIT_FOR_SEARCH_INDEX=false
export WAIT_FOR_SEARCH_INDEX=false

## RHDH database population
# export PRE_LOAD_DB=true
export PRE_LOAD_DB=true
# export BACKSTAGE_USER_COUNT=1
# export GROUP_COUNT=1
# export API_COUNT=1
# export COMPONENT_COUNT=1
# export KEYCLOAK_USER_PASS=changeme
# export AUTH_PROVIDER=keycloak
# export POPULATION_CONCURRENCY=10
export KEYCLOAK_USER_PASS=V1RKb2FHSnRaR3hpVjFWTENnPT0K
export AUTH_PROVIDER=keycloak
export POPULATION_CONCURRENCY=10
# export COMPONENT_SHARD_SIZE=500

## RHDH installed via Helm
Expand Down Expand Up @@ -54,15 +54,14 @@
## Extras
# export LOCUST_EXTRA_CMD=--debug=true
# export ARTIFACT_DIR=.artifacts
# export ENABLE_RBAC=false
export ENABLE_RBAC=true
# export ENABLE_PROFILING=false

## Scalability testing
# export SCALE_WORKERS="1 2"
# export SCALE_ACTIVE_USERS_SPAWN_RATES="1:1 200:40"
# export SCALE_BS_USERS_GROUPS="1:1 1000:250"
# export SCALE_CATALOG_SIZES="1:1 2500:2500"
# export SCALE_REPLICAS="1 2"
# export SCALE_DB_STORAGES="1Gi 2Gi"
# export SCALE_CPU_REQUESTS_LIMITS=": 1:1"
# export SCALE_MEMORY_REQUESTS_LIMITS=": 1Gi:1Gi"
export SCALE_WORKERS=1
export SCALE_ACTIVE_USERS_SPAWN_RATES="1:1"
export SCALE_BS_USERS_GROUPS="1:5000 1:6000 1:7000 1:8000 1:9000 1:10000"
export SCALE_CATALOG_SIZES="2500:2500"
export SCALE_REPLICAS="1"
export SCALE_DB_STORAGES="10Gi"
export SCALE_CPU_REQUESTS_LIMITS=":"
export SCALE_MEMORY_REQUESTS_LIMITS=":"

0 comments on commit ac67f42

Please sign in to comment.