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

Merge branch 'master' into issue-274

parents d8a47087 9f6cc90a
No related branches found
No related tags found
1 merge request!251Move definition of SLOs to Benchmark
Pipeline #8467 passed
...@@ -5,7 +5,7 @@ metadata: ...@@ -5,7 +5,7 @@ metadata:
spec: spec:
name: test name: test
benchmark: "uc1-kstreams" benchmark: "uc1-kstreams"
load: loads:
loadType: "NumSensors" loadType: "NumSensors"
loadValues: [25000, 50000, 75000, 100000, 125000, 150000] loadValues: [25000, 50000, 75000, 100000, 125000, 150000]
resources: resources:
...@@ -16,10 +16,12 @@ spec: ...@@ -16,10 +16,12 @@ spec:
properties: properties:
threshold: 2000 threshold: 2000
execution: execution:
strategy: "LinearSearch" strategy:
name: "RestrictionSearch"
restrictions:
- "LowerBound"
searchStrategy: "LinearSearch"
duration: 300 # in seconds duration: 300 # in seconds
repetitions: 1 repetitions: 1
loadGenerationDelay: 30 # in seconds loadGenerationDelay: 30 # in seconds
restrictions:
- "LowerBound"
configOverrides: [] configOverrides: []
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