diff --git a/workloads/ingress-perf/config/standard-classic-rosa.yml b/workloads/ingress-perf/config/standard-classic-rosa.yml index 45ddd0c1..41463186 100644 --- a/workloads/ingress-perf/config/standard-classic-rosa.yml +++ b/workloads/ingress-perf/config/standard-classic-rosa.yml @@ -57,3 +57,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 + diff --git a/workloads/ingress-perf/config/standard-scalelab.yml b/workloads/ingress-perf/config/standard-scalelab.yml index 05e5e5b7..59838350 100644 --- a/workloads/ingress-perf/config/standard-scalelab.yml +++ b/workloads/ingress-perf/config/standard-scalelab.yml @@ -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 + diff --git a/workloads/ingress-perf/config/standard.yml b/workloads/ingress-perf/config/standard.yml index b4704bb2..a86ba0c4 100644 --- a/workloads/ingress-perf/config/standard.yml +++ b/workloads/ingress-perf/config/standard.yml @@ -58,3 +58,26 @@ requestTimeout: 10s delay: 10s +- termination: reencrypt + connections: 200 + samples: 2 + duration: 3m + path: /1024.html + concurrency: 18 + 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: 18 + tool: hloader + serverReplicas: 45 + requestTimeout: 10s + http2: true + diff --git a/workloads/ingress-perf/run.sh b/workloads/ingress-perf/run.sh index 4d8090f0..1e95b186 100755 --- a/workloads/ingress-perf/run.sh +++ b/workloads/ingress-perf/run.sh @@ -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}