Skip to content
Snippets Groups Projects
Commit c993e3b0 authored by Marcel Samir Becker's avatar Marcel Samir Becker
Browse files

Updated cdr reference page due to typo

parent 93ce6720
No related branches found
No related tags found
1 merge request!215Redesign Strategy, Load, and Resources data types
This commit is part of merge request !215. Comments created here will be created in the context of that merge request.
......@@ -1906,16 +1906,16 @@ Defines the overall parameter for the execution.
<td><b>repetitions</b></td>
<td>integer</td>
<td>
Numper of repititions for each experiments.<br/>
Number of repititions for each experiment.<br/>
</td>
<td>true</td>
</tr><tr>
<td><b>restrictions</b></td>
<td>[]string</td>
<td>
List of restriction strategys used to delimit the search space.<br/>
List of restriction strategies used to delimit the search space.<br/>
</td>
<td>true</td>
<td>false</td>
</tr><tr>
<td><b>strategy</b></td>
<td>string</td>
......
......@@ -110,7 +110,7 @@ spec:
description: Defines the duration of each experiment in seconds.
type: integer
repetitions:
description: Number of repititions for each experiments.
description: Number of repititions for each experiment.
type: integer
loadGenerationDelay:
description: Seconds to wait between the start of the SUT and the load generator.
......
......@@ -19,12 +19,14 @@ spec:
externalSloUrl: "http://localhost:80/evaluate-slope"
warmup: 60 # in seconds
execution:
strategy: "LinearSearch"
strategy:
name: "RestrictionSearch"
restrictions:
- "LowerBound"
searchStrategy: "LinearSearch"
duration: 300 # in seconds
repetitions: 1
loadGenerationDelay: 30 # in seconds
restrictions:
- "LowerBound"
configOverrides: []
# - patcher:
# type: "NodeSelectorPatcher"
......
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