From 83a6b2727f017981e7d09c74e266e42aafdb3140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 19 Nov 2021 18:27:25 +0100 Subject: [PATCH] Fix loadGenMaxRecords in examples --- docs/creating-a-benchmark.md | 2 +- theodolite/examples/operator/example-benchmark.yaml | 2 +- theodolite/examples/standalone/example-benchmark.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/creating-a-benchmark.md b/docs/creating-a-benchmark.md index 673d8e070..5887d4854 100644 --- a/docs/creating-a-benchmark.md +++ b/docs/creating-a-benchmark.md @@ -37,7 +37,7 @@ spec: - type: "NumSensorsLoadGeneratorReplicaPatcher" resource: "custom/uc1-load-generator-deployment.yaml" properties: - loadGenMaxRecords: "15000" + loadGenMaxRecords: "150000" kafkaConfig: bootstrapServer: "theodolite-cp-kafka:9092" topics: diff --git a/theodolite/examples/operator/example-benchmark.yaml b/theodolite/examples/operator/example-benchmark.yaml index 9f2bf345f..fd1cbf4a0 100644 --- a/theodolite/examples/operator/example-benchmark.yaml +++ b/theodolite/examples/operator/example-benchmark.yaml @@ -24,7 +24,7 @@ spec: - type: "NumSensorsLoadGeneratorReplicaPatcher" resource: "custom/uc1-load-generator-deployment.yaml" properties: - loadGenMaxRecords: "15000" + loadGenMaxRecords: "150000" kafkaConfig: bootstrapServer: "theodolite-cp-kafka:9092" topics: diff --git a/theodolite/examples/standalone/example-benchmark.yaml b/theodolite/examples/standalone/example-benchmark.yaml index e3b37a348..21402f62b 100644 --- a/theodolite/examples/standalone/example-benchmark.yaml +++ b/theodolite/examples/standalone/example-benchmark.yaml @@ -20,7 +20,7 @@ loadTypes: - type: "NumSensorsLoadGeneratorReplicaPatcher" resource: "uc1-load-generator-deployment.yaml" properties: - loadGenMaxRecords: "15000" + loadGenMaxRecords: "150000" kafkaConfig: bootstrapServer: "theodolite-cp-kafka:9092" topics: -- GitLab