Skip to content

Commit

Permalink
Bump ingress-perf version
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 committed Jul 11, 2024
1 parent 0f203bb commit ed5dbd2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions workloads/ingress-perf/config/standard-scalelab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,26 @@
requestTimeout: 10s
delay: 10s

- termination: reencrypt
connections: 200
samples: 2
duration: 3m
path: /1024.html
concurrency: 5
tool: hloader
serverReplicas: 45
requestTimeout: 10s
tuningPatch: '{"metadata":{"annotations": {"ingress.operator.openshift.io/default-enable-http2": "true"}}}'
http2: true

- termination: passthrough
connections: 200
samples: 2
duration: 3m
path: /1024.html
concurrency: 5
tool: hloader
serverReplicas: 45
requestTimeout: 10s
http2: true

2 changes: 1 addition & 1 deletion workloads/ingress-perf/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LOG_LEVEL=${LOG_LEVEL:-info}
if [ "$INGRESS_PERF_VERSION" = "default" ]; then
unset INGRESS_PERF_VERSION
fi
INGRESS_PERF_VERSION=${INGRESS_PERF_VERSION:-0.4.2}
INGRESS_PERF_VERSION=${INGRESS_PERF_VERSION:-0.4.3}
CONFIG=${CONFIG:?}
BASELINE_UUID=${BASELINE_UUID:-}
BASELINE_INDEX=${BASELINE_INDEX:-ingress-performance-baseline}
Expand Down

0 comments on commit ed5dbd2

Please sign in to comment.