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 545474b1c556a8185d3725c51908f996b89e91e2..0000000000000000000000000000000000000000 --- 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 572d2b3ceac5fa43a324d4c687f72ddd1e1cdb78..0000000000000000000000000000000000000000 --- 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 f879e0949e325e2e2cd830231170775935bda65d..0000000000000000000000000000000000000000 --- 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 afed6115102499f225b11c25633e07168a903ea8..0000000000000000000000000000000000000000 --- 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