Skip to content

Commit

Permalink
Test with 1 user, 1 group, 1 entity, 1 connection
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Macík <[email protected]>
  • Loading branch information
pmacik committed Dec 7, 2023
1 parent 61a5b76 commit 0245494
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci-scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ export RHDH_DEPLOYMENT_REPLICAS=5
export RHDH_DB_REPLICAS=5
export RHDH_KEYCLOAK_REPLICAS=5

export API_COUNT=1000
export COMPONENT_COUNT=1000
export BACKSTAGE_USER_COUNT=1000
export GROUP_COUNT=250
export API_COUNT=1
export COMPONENT_COUNT=1
export BACKSTAGE_USER_COUNT=1
export GROUP_COUNT=1

ARTIFACT_DIR=${ARTIFACT_DIR:-artifacts}
mkdir -p "${ARTIFACT_DIR}"
Expand Down
6 changes: 6 additions & 0 deletions ci-scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ export SCENARIO
# testing env
export HOST
HOST="https://$(oc get routes rhdh-developer-hub -n "${RHDH_NAMESPACE:-rhdh-performance}" -o jsonpath='{.spec.host}')"

export USERS SPAWN_RATE WORKERS

USERS=1
SPAWN_RATE=1
WORKERS=1
# end-of testing env

ARTIFACT_DIR=${ARTIFACT_DIR:-artifacts}
Expand Down

0 comments on commit 0245494

Please sign in to comment.