Skip to content
Snippets Groups Projects
Commit aca4ca48 authored by Sören Henning's avatar Sören Henning
Browse files

Change directory structure of benchmark defs

parent 2a7730c2
No related branches found
No related tags found
2 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!152Adjust Benchmark Definitions for Operator
Pipeline #4027 passed
apiVersion: theodolite.com/v1
kind: benchmark
metadata:
name: uc4-kstreams
spec:
metadata:
name: uc4-kstreams
appResource:
- "uc4-kstreams-deployment.yaml"
- "uc4-kstreams-service.yaml"
- "uc4-jmx-configmap.yaml"
- "uc4-service-monitor.yaml"
- "uc4-kstreams/uc4-kstreams-deployment.yaml"
- "uc4-kstreams/uc4-kstreams-service.yaml"
- "uc4-kstreams/uc4-jmx-configmap.yaml"
- "uc4-kstreams/uc4-service-monitor.yaml"
loadGenResource:
- "uc4-load-generator-deployment.yaml"
- "uc4-load-generator-service.yaml"
- "uc4-kstreams/uc4-load-generator-deployment.yaml"
- "uc4-kstreams/uc4-load-generator-service.yaml"
resourceTypes:
- typeName: "Instances"
patchers:
- type: "ReplicaPatcher"
resource: "uc4-kstreams-deployment.yaml"
resource: "uc4-kstreams/uc4-kstreams-deployment.yaml"
loadTypes:
- typeName: "NumNestedGroups"
patchers:
- type: "EnvVarPatcher"
resource: "uc4-load-generator-deployment.yaml"
resource: "uc4-kstreams/uc4-load-generator-deployment.yaml"
properties:
container: "workload-generator"
variableName: "NUM_SENSORS"
- type: NumNestedGroupsLoadGeneratorReplicaPatcher
resource: "uc4-load-generator-deployment.yaml"
resource: "uc4-kstreams/uc4-load-generator-deployment.yaml"
properties:
loadGenMaxRecords: "15000"
numSensors: "4.0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment