From 655183cbef1a1143468b50c31f5666f3dae9743f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Mon, 30 Jan 2023 16:55:02 +0100 Subject: [PATCH] Delete outdated standalone benchmarks --- .../uc1-kstreams-benchmark-standalone.yaml | 39 -------------- .../uc2-kstreams-benchmark-standalone.yaml | 45 ---------------- .../uc3-kstreams-benchmark-standalone.yaml | 45 ---------------- .../uc4-kstreams-benchmark-standalone.yaml | 52 ------------------- 4 files changed, 181 deletions(-) delete mode 100644 theodolite-benchmarks/definitions/uc1-kstreams/uc1-kstreams-benchmark-standalone.yaml delete mode 100644 theodolite-benchmarks/definitions/uc2-kstreams/uc2-kstreams-benchmark-standalone.yaml delete mode 100644 theodolite-benchmarks/definitions/uc3-kstreams/uc3-kstreams-benchmark-standalone.yaml delete mode 100644 theodolite-benchmarks/definitions/uc4-kstreams/uc4-kstreams-benchmark-standalone.yaml diff --git a/theodolite-benchmarks/definitions/uc1-kstreams/uc1-kstreams-benchmark-standalone.yaml b/theodolite-benchmarks/definitions/uc1-kstreams/uc1-kstreams-benchmark-standalone.yaml deleted file mode 100644 index 545474b1c..000000000 --- a/theodolite-benchmarks/definitions/uc1-kstreams/uc1-kstreams-benchmark-standalone.yaml +++ /dev/null @@ -1,39 +0,0 @@ -name: "uc1-kstreams" -sut: - resources: - - configMap: - name: "benchmark-resources-uc1-kstreams" - files: - - "uc1-kstreams-deployment.yaml" - - "uc1-kstreams-service.yaml" - - "uc1-jmx-configmap.yaml" - - "uc1-service-monitor.yaml" -loadGenerator: - resources: - - configMap: - name: "benchmark-resources-uc1-load-generator" - files: - - "uc1-load-generator-deployment.yaml" - - "uc1-load-generator-service.yaml" -resourceTypes: - - typeName: "Instances" - patchers: - - type: "ReplicaPatcher" - resource: "uc1-kstreams-deployment.yaml" -loadTypes: - - typeName: "NumSensors" - patchers: - - type: "EnvVarPatcher" - resource: "uc1-load-generator-deployment.yaml" - container: "workload-generator" - variableName: "NUM_SENSORS" - - type: NumSensorsLoadGeneratorReplicaPatcher - resource: "uc1-load-generator-deployment.yaml" - properties: - loadGenMaxRecords: "150000" -kafkaConfig: - bootstrapServer: "theodolite-kafka-kafka-bootstrap:9092" - topics: - - name: "input" - numPartitions: 40 - replicationFactor: 1 \ No newline at end of file diff --git a/theodolite-benchmarks/definitions/uc2-kstreams/uc2-kstreams-benchmark-standalone.yaml b/theodolite-benchmarks/definitions/uc2-kstreams/uc2-kstreams-benchmark-standalone.yaml deleted file mode 100644 index 572d2b3ce..000000000 --- a/theodolite-benchmarks/definitions/uc2-kstreams/uc2-kstreams-benchmark-standalone.yaml +++ /dev/null @@ -1,45 +0,0 @@ -name: "uc2-kstreams" -sut: - resources: - - configMap: - name: "benchmark-resources-uc2-kstreams" - files: - - "uc2-kstreams-deployment.yaml" - - "uc2-kstreams-service.yaml" - - "uc2-jmx-configmap.yaml" - - "uc2-service-monitor.yaml" -loadGenerator: - resources: - - configMap: - name: "benchmark-resources-uc2-load-generator" - files: - - "uc2-load-generator-deployment.yaml" - - "uc2-load-generator-service.yaml" -resourceTypes: - - typeName: "Instances" - patchers: - - type: "ReplicaPatcher" - resource: "uc2-kstreams-deployment.yaml" -loadTypes: - - typeName: "NumSensors" - patchers: - - type: "EnvVarPatcher" - resource: "uc2-load-generator-deployment.yaml" - properties: - container: "workload-generator" - variableName: "NUM_SENSORS" - - type: NumSensorsLoadGeneratorReplicaPatcher - resource: "uc2-load-generator-deployment.yaml" - properties: - loadGenMaxRecords: "150000" -kafkaConfig: - bootstrapServer: "theodolite-kafka-kafka-bootstrap:9092" - topics: - - name: "input" - numPartitions: 40 - replicationFactor: 1 - - name: "output" - numPartitions: 40 - replicationFactor: 1 - - name: "theodolite-.*" - removeOnly: True diff --git a/theodolite-benchmarks/definitions/uc3-kstreams/uc3-kstreams-benchmark-standalone.yaml b/theodolite-benchmarks/definitions/uc3-kstreams/uc3-kstreams-benchmark-standalone.yaml deleted file mode 100644 index f879e0949..000000000 --- a/theodolite-benchmarks/definitions/uc3-kstreams/uc3-kstreams-benchmark-standalone.yaml +++ /dev/null @@ -1,45 +0,0 @@ -name: "uc3-kstreams" -sut: - resources: - - configMap: - name: "benchmark-resources-uc3-kstreams" - files: - - "uc3-kstreams-deployment.yaml" - - "uc3-kstreams-service.yaml" - - "uc3-jmx-configmap.yaml" - - "uc3-service-monitor.yaml" -loadGenerator: - resources: - - configMap: - name: "benchmark-resources-uc3-load-generator" - files: - - "uc3-load-generator-deployment.yaml" - - "uc3-load-generator-service.yaml" -resourceTypes: - - typeName: "Instances" - patchers: - - type: "ReplicaPatcher" - resource: "uc3-kstreams-deployment.yaml" -loadTypes: - - typeName: "NumSensors" - patchers: - - type: "EnvVarPatcher" - resource: "uc3-load-generator-deployment.yaml" - properties: - container: "workload-generator" - variableName: "NUM_SENSORS" - - type: NumSensorsLoadGeneratorReplicaPatcher - resource: "uc3-load-generator-deployment.yaml" - properties: - loadGenMaxRecords: "150000" -kafkaConfig: - bootstrapServer: "theodolite-kafka-kafka-bootstrap:9092" - topics: - - name: "input" - numPartitions: 40 - replicationFactor: 1 - - name: "output" - numPartitions: 40 - replicationFactor: 1 - - name: "theodolite-.*" - removeOnly: True diff --git a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-kstreams-benchmark-standalone.yaml b/theodolite-benchmarks/definitions/uc4-kstreams/uc4-kstreams-benchmark-standalone.yaml deleted file mode 100644 index afed61151..000000000 --- a/theodolite-benchmarks/definitions/uc4-kstreams/uc4-kstreams-benchmark-standalone.yaml +++ /dev/null @@ -1,52 +0,0 @@ -name: "uc4-kstreams" -sut: - resources: - - configMap: - name: "benchmark-resources-uc4-kstreams" - files: - - "uc4-kstreams-deployment.yaml" - - "uc4-kstreams-service.yaml" - - "uc4-jmx-configmap.yaml" - - "uc4-service-monitor.yaml" -loadGenerator: - resources: - - configMap: - name: "benchmark-resources-uc4-load-generator" - files: - - "uc4-load-generator-deployment.yaml" - - "uc4-load-generator-service.yaml" -resourceTypes: - - typeName: "Instances" - patchers: - - type: "ReplicaPatcher" - resource: "uc4-kstreams-deployment.yaml" -loadTypes: - - typeName: "NumNestedGroups" - patchers: - - type: "EnvVarPatcher" - resource: "uc4-load-generator-deployment.yaml" - properties: - container: "workload-generator" - variableName: "NUM_NESTED_GROUPS" - - type: "NumNestedGroupsLoadGeneratorReplicaPatcher" - resource: "uc4-load-generator-deployment.yaml" - properties: - loadGenMaxRecords: "150000" - numSensors: "4.0" -kafkaConfig: - bootstrapServer: "theodolite-kafka-kafka-bootstrap:9092" - topics: - - name: "input" - numPartitions: 40 - replicationFactor: 1 - - name: "output" - numPartitions: 40 - replicationFactor: 1 - - name: "configuration" - numPartitions: 40 - replicationFactor: 1 - - name: "aggregation-feedback" - numPartitions: 40 - replicationFactor: 1 - - name: "theodolite-.*" - removeOnly: True -- GitLab