Skip to content

Commit cfea636

Browse files
testing-commit
1 parent 65f469f commit cfea636

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

test.env

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
# but is also included by the Makefile where this approach does not work.
77

88
## Scenario
9-
# export SCENARIO=mvp
10-
# export BASE_HOST=
11-
# export USERS=100
12-
# export WORKERS=5
13-
# export DURATION=1m
14-
# export SPAWN_RATE=20
9+
export SCENARIO=orchestrator
10+
export BASE_HOST=
11+
export USERS=10
12+
export WORKERS=5
13+
export DURATION=1m
14+
export SPAWN_RATE=2
1515
# export WAIT_FOR_SEARCH_INDEX=false
1616

1717
## RHDH database population
18-
# export PRE_LOAD_DB=true
19-
# export BACKSTAGE_USER_COUNT=1
20-
# export GROUP_COUNT=1
21-
# export API_COUNT=1
22-
# export COMPONENT_COUNT=1
23-
# export KEYCLOAK_USER_PASS=changeme
24-
# export AUTH_PROVIDER=keycloak
25-
# export POPULATION_CONCURRENCY=10
18+
export PRE_LOAD_DB=true
19+
export BACKSTAGE_USER_COUNT=100
20+
export GROUP_COUNT=15
21+
export API_COUNT=10
22+
export COMPONENT_COUNT=10
23+
export KEYCLOAK_USER_PASS=changeme
24+
export AUTH_PROVIDER=keycloak
25+
export POPULATION_CONCURRENCY=10
2626
# export COMPONENT_SHARD_SIZE=500
2727

2828
## RHDH installed via Helm
29-
# export RHDH_INSTALL_METHOD=helm
29+
export RHDH_INSTALL_METHOD=helm
3030
# export RHDH_NAMESPACE=rhdh-performance-helm
3131
# export RHDH_HELM_REPO=oci://quay.io/rhdh/chart
3232
# export RHDH_HELM_CHART=redhat-developer-hub
@@ -71,24 +71,24 @@
7171
## Extras
7272
# export LOCUST_EXTRA_CMD=--debug=true
7373
# export ARTIFACT_DIR=.artifacts
74-
# export ENABLE_RBAC=false
75-
# export ENABLE_ORCHESTRATOR=false
74+
export ENABLE_RBAC=true
75+
export ENABLE_ORCHESTRATOR=true
7676
# export FORCE_ORCHESTRATOR_INFRA_UNINSTALL=false
77-
# export RBAC_POLICY=all_groups_admin
78-
# export RBAC_POLICY_SIZE=10000
77+
export RBAC_POLICY=nested_groups
78+
export RBAC_POLICY_SIZE=10
7979
# export ENABLE_PROFILING=false
8080
# export RHDH_LOG_LEVEL=warn
8181
# export KEYCLOAK_LOG_LEVEL=WARN
8282
# export PSQL_LOG=true
8383
# export PSQL_EXPORT=false
8484

8585
## Scalability testing
86-
# export SCALE_WORKERS="1 2"
87-
# export SCALE_ACTIVE_USERS_SPAWN_RATES="1:1 200:40"
88-
# export SCALE_BS_USERS_GROUPS="1:1 1000:250"
89-
# export SCALE_RBAC_POLICY_SIZE="1 10000"
90-
# export SCALE_CATALOG_SIZES="1:1 2500:2500"
91-
# export SCALE_REPLICAS="1:1"
92-
# export SCALE_DB_STORAGES="1Gi 2Gi"
93-
# export SCALE_CPU_REQUESTS_LIMITS=": 1:1"
94-
# export SCALE_MEMORY_REQUESTS_LIMITS=": 1Gi:1Gi"
86+
export SCALE_WORKERS="1"
87+
export SCALE_ACTIVE_USERS_SPAWN_RATES="10:40"
88+
export SCALE_BS_USERS_GROUPS="100:10 1000:250"
89+
export SCALE_RBAC_POLICY_SIZE="100 1000"
90+
export SCALE_CATALOG_SIZES="1:1"
91+
export SCALE_REPLICAS="1:1"
92+
export SCALE_DB_STORAGES="1Gi"
93+
export SCALE_CPU_REQUESTS_LIMITS=":"
94+
export SCALE_MEMORY_REQUESTS_LIMITS=":"

0 commit comments

Comments
 (0)