From 40e44e2ae8b94dd47b98cb6e260b9ae574a107aa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de>
Date: Fri, 9 Dec 2022 15:23:26 +0100
Subject: [PATCH] Fix parsing of numSensors

---
 .../uc4-beam-flink/uc4-beam-flink-benchmark-operator.yaml       | 2 +-
 .../uc4-beam-samza/uc4-beam-samza-benchmark-operator.yaml       | 2 +-
 .../definitions/uc4-flink/uc4-flink-benchmark-operator.yaml     | 2 +-
 .../uc4-hazelcastjet/uc4-hazelcastjet-benchmark-operator.yaml   | 2 +-
 .../uc4-kstreams/uc4-kstreams-benchmark-operator.yaml           | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/theodolite-benchmarks/definitions/uc4-beam-flink/uc4-beam-flink-benchmark-operator.yaml b/theodolite-benchmarks/definitions/uc4-beam-flink/uc4-beam-flink-benchmark-operator.yaml
index 0bd196061..89461e5bc 100644
--- a/theodolite-benchmarks/definitions/uc4-beam-flink/uc4-beam-flink-benchmark-operator.yaml
+++ b/theodolite-benchmarks/definitions/uc4-beam-flink/uc4-beam-flink-benchmark-operator.yaml
@@ -81,7 +81,7 @@ spec:
           resource: "uc4-load-generator-deployment.yaml"
           properties:
             loadGenMaxRecords: "150000"
-            numSensors: "4.0"
+            numSensors: "4"
   slos:
     - name: "lag trend"
       sloType: "lag trend"
diff --git a/theodolite-benchmarks/definitions/uc4-beam-samza/uc4-beam-samza-benchmark-operator.yaml b/theodolite-benchmarks/definitions/uc4-beam-samza/uc4-beam-samza-benchmark-operator.yaml
index 0dd7d9022..776b0aeaf 100644
--- a/theodolite-benchmarks/definitions/uc4-beam-samza/uc4-beam-samza-benchmark-operator.yaml
+++ b/theodolite-benchmarks/definitions/uc4-beam-samza/uc4-beam-samza-benchmark-operator.yaml
@@ -70,7 +70,7 @@ spec:
           resource: "uc4-load-generator-deployment.yaml"
           properties:
             loadGenMaxRecords: "150000"
-            numSensors: "4.0"
+            numSensors: "4"
   slos:
     - name: "lag trend"
       sloType: "lag trend"
diff --git a/theodolite-benchmarks/definitions/uc4-flink/uc4-flink-benchmark-operator.yaml b/theodolite-benchmarks/definitions/uc4-flink/uc4-flink-benchmark-operator.yaml
index a3ee95037..7820559f7 100644
--- a/theodolite-benchmarks/definitions/uc4-flink/uc4-flink-benchmark-operator.yaml
+++ b/theodolite-benchmarks/definitions/uc4-flink/uc4-flink-benchmark-operator.yaml
@@ -81,7 +81,7 @@ spec:
           resource: "uc4-load-generator-deployment.yaml"
           properties:
             loadGenMaxRecords: "150000"
-            numSensors: "4.0"
+            numSensors: "4"
   slos:
     - name: "lag trend"
       sloType: "lag trend"
diff --git a/theodolite-benchmarks/definitions/uc4-hazelcastjet/uc4-hazelcastjet-benchmark-operator.yaml b/theodolite-benchmarks/definitions/uc4-hazelcastjet/uc4-hazelcastjet-benchmark-operator.yaml
index 319820268..d630b9753 100644
--- a/theodolite-benchmarks/definitions/uc4-hazelcastjet/uc4-hazelcastjet-benchmark-operator.yaml
+++ b/theodolite-benchmarks/definitions/uc4-hazelcastjet/uc4-hazelcastjet-benchmark-operator.yaml
@@ -56,7 +56,7 @@ spec:
           resource: "uc4-load-generator-deployment.yaml"
           properties:
             loadGenMaxRecords: "150000"
-            numSensors: "4.0"
+            numSensors: "4"
   slos:
     - name: "lag trend"
       sloType: "lag trend"
diff --git a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-kstreams-benchmark-operator.yaml b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-kstreams-benchmark-operator.yaml
index 3604d7d66..693e85405 100644
--- a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-kstreams-benchmark-operator.yaml
+++ b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-kstreams-benchmark-operator.yaml
@@ -61,7 +61,7 @@ spec:
           resource: "uc4-load-generator-deployment.yaml"
           properties:
             loadGenMaxRecords: "150000"
-            numSensors: "4.0"
+            numSensors: "4"
   slos:
     - name: "lag trend"
       sloType: "lag trend"
-- 
GitLab