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
...@@ -1906,16 +1906,16 @@ Defines the overall parameter for the execution. ...@@ -1906,16 +1906,16 @@ Defines the overall parameter for the execution.
<td><b>repetitions</b></td> <td><b>repetitions</b></td>
<td>integer</td> <td>integer</td>
<td> <td>
Numper of repititions for each experiments.<br/> Number of repititions for each experiment.<br/>
</td> </td>
<td>true</td> <td>true</td>
</tr><tr> </tr><tr>
<td><b>restrictions</b></td> <td><b>restrictions</b></td>
<td>[]string</td> <td>[]string</td>
<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>
<td>true</td> <td>false</td>
</tr><tr> </tr><tr>
<td><b>strategy</b></td> <td><b>strategy</b></td>
<td>string</td> <td>string</td>
......
...@@ -110,7 +110,7 @@ spec: ...@@ -110,7 +110,7 @@ spec:
description: Defines the duration of each experiment in seconds. description: Defines the duration of each experiment in seconds.
type: integer type: integer
repetitions: repetitions:
description: Number of repititions for each experiments. description: Number of repititions for each experiment.
type: integer type: integer
loadGenerationDelay: loadGenerationDelay:
description: Seconds to wait between the start of the SUT and the load generator. description: Seconds to wait between the start of the SUT and the load generator.
......
...@@ -19,12 +19,14 @@ spec: ...@@ -19,12 +19,14 @@ spec:
externalSloUrl: "http://localhost:80/evaluate-slope" externalSloUrl: "http://localhost:80/evaluate-slope"
warmup: 60 # in seconds warmup: 60 # in seconds
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: []
# - patcher: # - patcher:
# type: "NodeSelectorPatcher" # 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