From 81b74b72435694c53b6811fb7c06d5b396c570bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 16 Apr 2021 14:49:22 +0200 Subject: [PATCH] Use load generator scaling --- theodolite-quarkus/config/example-benchmark-yaml-resource.yaml | 2 ++ theodolite-quarkus/config/example-operator-benchmark.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/theodolite-quarkus/config/example-benchmark-yaml-resource.yaml b/theodolite-quarkus/config/example-benchmark-yaml-resource.yaml index 60eb3bb9c..d507934fb 100644 --- a/theodolite-quarkus/config/example-benchmark-yaml-resource.yaml +++ b/theodolite-quarkus/config/example-benchmark-yaml-resource.yaml @@ -19,6 +19,8 @@ loadTypes: resource: "uc1-load-generator-deployment.yaml" container: "workload-generator" variableName: "NUM_SENSORS" + - type: "NumSensorsLoadGeneratorReplicaPatcher" + resource: "uc1-load-generator-deployment.yaml" kafkaConfig: bootstrapServer: "theodolite-cp-kafka:9092" topics: diff --git a/theodolite-quarkus/config/example-operator-benchmark.yaml b/theodolite-quarkus/config/example-operator-benchmark.yaml index 419042fdd..93b42e869 100644 --- a/theodolite-quarkus/config/example-operator-benchmark.yaml +++ b/theodolite-quarkus/config/example-operator-benchmark.yaml @@ -23,6 +23,8 @@ loadTypes: resource: "uc1-load-generator-deployment.yaml" container: "workload-generator" variableName: "NUM_SENSORS" + - type: "NumSensorsLoadGeneratorReplicaPatcher" + resource: "uc1-load-generator-deployment.yaml" kafkaConfig: bootstrapServer: "theodolite-cp-kafka:9092" topics: -- GitLab