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

Set reasonable defaults for benchmark execution

parent f3ad59f5
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!115Start using new Theodolite defaults,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline #2728 canceled
...@@ -2,36 +2,34 @@ name: example-execution ...@@ -2,36 +2,34 @@ name: example-execution
benchmark: "uc1-kstreams" benchmark: "uc1-kstreams"
load: load:
loadType: "NumSensors" loadType: "NumSensors"
loadValues: loadValues: [25000, 50000, 75000, 100000, 125000, 150000]
- 50000
resources: resources:
resourceType: "Instances" resourceType: "Instances"
resourceValues: resourceValues: [1, 2, 3, 4, 5]
- 1
slos: slos:
- sloType: "lag trend" - sloType: "lag trend"
threshold: 1000 threshold: 2000
prometheusUrl: "http://prometheus-operated:9090" prometheusUrl: "http://prometheus-operated:9090"
externalSloUrl: "http://localhost:80/evaluate-slope" externalSloUrl: "http://localhost:80/evaluate-slope"
offset: 0 offset: 0
warmup: 0 warmup: 60 # in seconds
execution: execution:
strategy: "LinearSearch" strategy: "LinearSearch"
duration: 60 duration: 300 # in seconds
repetitions: 1 repetitions: 1
restrictions: restrictions:
- "LowerBound" - "LowerBound"
configOverrides: configOverrides: []
- patcher: # - patcher:
type: "NodeSelectorPatcher" # type: "NodeSelectorPatcher"
resource: "uc1-load-generator-deployment.yaml" # resource: "uc1-load-generator-deployment.yaml"
variableName: "env" # variableName: "env"
value: "prod" # value: "prod"
- patcher: # - patcher:
type: "NodeSelectorPatcher" # type: "NodeSelectorPatcher"
resource: "uc1-kstreams-deployment.yaml" # resource: "uc1-kstreams-deployment.yaml"
variableName: "env" # variableName: "env"
value: "prod" # value: "prod"
# - patcher: # - patcher:
# type: "ResourceLimitPatcher" # type: "ResourceLimitPatcher"
# resource: "uc1-kstreams-deployment.yaml" # resource: "uc1-kstreams-deployment.yaml"
......
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