Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
1378320e
Commit
1378320e
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Set reasonable defaults for benchmark execution
parent
f3ad59f5
No related branches found
No related tags found
4 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!157
Update Graal Image in CI pipeline
,
!115
Start using new Theodolite defaults
,
!83
WIP: Re-implementation of Theodolite with Kotlin/Quarkus
Pipeline
#2728
canceled
4 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-quarkus/config/example-execution-yaml-resource.yaml
+16
-18
16 additions, 18 deletions
...olite-quarkus/config/example-execution-yaml-resource.yaml
with
16 additions
and
18 deletions
theodolite-quarkus/config/example-execution-yaml-resource.yaml
+
16
−
18
View file @
1378320e
...
@@ -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
:
1
000
threshold
:
2
000
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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment