From f7e2b9392c55db733d67c87c3167ec35874cfef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Mon, 9 Aug 2021 16:18:12 +0200 Subject: [PATCH] Fix max. records per load generator defaults --- .../definitions/uc1-kstreams/uc1-benchmark-standalone.yaml | 2 +- .../definitions/uc2-kstreams/uc2-benchmark-standalone.yaml | 2 +- .../definitions/uc3-kstreams/uc3-benchmark-standalone.yaml | 2 +- .../definitions/uc4-kstreams/uc4-benchmark-standalone.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/theodolite-benchmarks/definitions/uc1-kstreams/uc1-benchmark-standalone.yaml b/theodolite-benchmarks/definitions/uc1-kstreams/uc1-benchmark-standalone.yaml index 12cbd8ea3..871210c21 100644 --- a/theodolite-benchmarks/definitions/uc1-kstreams/uc1-benchmark-standalone.yaml +++ b/theodolite-benchmarks/definitions/uc1-kstreams/uc1-benchmark-standalone.yaml @@ -22,7 +22,7 @@ loadTypes: - type: NumSensorsLoadGeneratorReplicaPatcher resource: "uc1-load-generator-deployment.yaml" properties: - loadGenMaxRecords: "15000" + loadGenMaxRecords: "150000" kafkaConfig: bootstrapServer: "theodolite-cp-kafka:9092" topics: diff --git a/theodolite-benchmarks/definitions/uc2-kstreams/uc2-benchmark-standalone.yaml b/theodolite-benchmarks/definitions/uc2-kstreams/uc2-benchmark-standalone.yaml index e38f83f5b..48269b38a 100644 --- a/theodolite-benchmarks/definitions/uc2-kstreams/uc2-benchmark-standalone.yaml +++ b/theodolite-benchmarks/definitions/uc2-kstreams/uc2-benchmark-standalone.yaml @@ -23,7 +23,7 @@ loadTypes: - type: NumSensorsLoadGeneratorReplicaPatcher resource: "uc2-load-generator-deployment.yaml" properties: - loadGenMaxRecords: "15000" + loadGenMaxRecords: "150000" kafkaConfig: bootstrapServer: "theodolite-cp-kafka:9092" topics: diff --git a/theodolite-benchmarks/definitions/uc3-kstreams/uc3-benchmark-standalone.yaml b/theodolite-benchmarks/definitions/uc3-kstreams/uc3-benchmark-standalone.yaml index e00c1672c..0c2311388 100644 --- a/theodolite-benchmarks/definitions/uc3-kstreams/uc3-benchmark-standalone.yaml +++ b/theodolite-benchmarks/definitions/uc3-kstreams/uc3-benchmark-standalone.yaml @@ -23,7 +23,7 @@ loadTypes: - type: NumSensorsLoadGeneratorReplicaPatcher resource: "uc3-load-generator-deployment.yaml" properties: - loadGenMaxRecords: "15000" + loadGenMaxRecords: "150000" kafkaConfig: bootstrapServer: "theodolite-cp-kafka:9092" topics: diff --git a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-benchmark-standalone.yaml b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-benchmark-standalone.yaml index 96e72c9b6..ec7a67db4 100644 --- a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-benchmark-standalone.yaml +++ b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-benchmark-standalone.yaml @@ -23,7 +23,7 @@ loadTypes: - type: "NumNestedGroupsLoadGeneratorReplicaPatcher" resource: "uc4-load-generator-deployment.yaml" properties: - loadGenMaxRecords: "15000" + loadGenMaxRecords: "150000" numSensors: "4.0" kafkaConfig: bootstrapServer: "theodolite-cp-kafka:9092" -- GitLab