diff --git a/theodolite-quarkus/src/main/resources/yaml/testBenchmarkType.yaml b/theodolite-quarkus/src/main/resources/yaml/testBenchmarkType.yaml index ee1a808f7bc4815657ded2192c1a46ddfb98c7eb..c0d0346597a7b54b1b62b5a3f8334d9fd14be5d8 100644 --- a/theodolite-quarkus/src/main/resources/yaml/testBenchmarkType.yaml +++ b/theodolite-quarkus/src/main/resources/yaml/testBenchmarkType.yaml @@ -20,7 +20,7 @@ loadTypes: kafkaConfig: bootstrapSever: "localhost:31290" topics: - - name: "test" + - name: "input" partition: "1" replication: "1" zookeeperConfig: diff --git a/theodolite-quarkus/src/main/resources/yaml/testContext.yaml b/theodolite-quarkus/src/main/resources/yaml/testContext.yaml index 5d3f393205f5546910e73d8d9f8b88cb0d987ab1..4b71fde4664c20b9dba69f9ff2e545e3a331b5b2 100644 --- a/theodolite-quarkus/src/main/resources/yaml/testContext.yaml +++ b/theodolite-quarkus/src/main/resources/yaml/testContext.yaml @@ -7,24 +7,17 @@ load: resources: resourceType: "Instances" resourceValues: - - 1 - 2 slos: - sloType: "slo type" threshold: 1000 execution: strategy: "LinearSearch" - duration: 300 + duration: 120 repititions: 1 restrictions: - "LowerBound" configOverrides: - - patcher: - type: "EnvVarPatcher" - resource: "workloadGenerator.yaml" - container: "workload-generator" - variableName: "KAFKA_SERVER" - value: "localhost:9192" - patcher: type: "NodeSelectorPatcher" resource: "workloadGenerator.yaml" @@ -34,7 +27,4 @@ configOverrides: type: "NodeSelectorPatcher" resource: "aggregation-deployment.yaml" variableName: "env" - value: "prod" - - - + value: "prod" \ No newline at end of file