Skip to content
Snippets Groups Projects

Redesign Strategy, Load, and Resources data types

Merged Marcel Samir Becker requested to merge stu222169/theodolite-extensions:issue-259 into master
Compare and
41 files
+ 968
532
Compare changes
  • Side-by-side
  • Inline
Files
41
+ 59
11
@@ -1774,7 +1774,7 @@ Contains the Kafka configuration.
@@ -1774,7 +1774,7 @@ Contains the Kafka configuration.
</td>
</td>
<td>true</td>
<td>true</td>
</tr><tr>
</tr><tr>
<td><b><a href="#executionspecload">load</a></b></td>
<td><b><a href="#executionspecloads">loads</a></b></td>
<td>object</td>
<td>object</td>
<td>
<td>
Specifies the load values that are benchmarked.<br/>
Specifies the load values that are benchmarked.<br/>
@@ -1915,35 +1915,83 @@ Defines the overall parameter for the execution.
@@ -1915,35 +1915,83 @@ 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><a href="#executionspecexecutionstrategy">strategy</a></b></td>
<td>[]string</td>
<td>object</td>
<td>
<td>
List of restriction strategys used to delimit the search space.<br/>
Defines the used strategy for the execution, either 'LinearSearch', 'BinarySearch' or 'InitialGuessSearch'.<br/>
</td>
</td>
<td>true</td>
<td>true</td>
</tr><tr>
</tr><tr>
<td><b>strategy</b></td>
<td><b>loadGenerationDelay</b></td>
 
<td>integer</td>
 
<td>
 
Seconds to wait between the start of the SUT and the load generator.<br/>
 
</td>
 
<td>false</td>
 
</tr><tr>
 
<td><b>metric</b></td>
 
<td>string</td>
 
<td>
 
<br/>
 
</td>
 
<td>false</td>
 
</tr></tbody>
 
</table>
 
 
 
### execution.spec.execution.strategy
 
<sup><sup>[↩ Parent](#executionspecexecution)</sup></sup>
 
 
 
 
Defines the used strategy for the execution, either 'LinearSearch', 'BinarySearch' or 'InitialGuessSearch'.
 
 
<table>
 
<thead>
 
<tr>
 
<th>Name</th>
 
<th>Type</th>
 
<th>Description</th>
 
<th>Required</th>
 
</tr>
 
</thead>
 
<tbody><tr>
 
<td><b>name</b></td>
<td>string</td>
<td>string</td>
<td>
<td>
Defines the used strategy for the execution, either 'LinearSearch' or 'BinarySearch'<br/>
<br/>
</td>
</td>
<td>true</td>
<td>true</td>
</tr><tr>
</tr><tr>
<td><b>loadGenerationDelay</b></td>
<td><b>guessStrategy</b></td>
<td>integer</td>
<td>string</td>
<td>
<td>
Seconds to wait between the start of the SUT and the load generator.<br/>
<br/>
 
</td>
 
<td>false</td>
 
</tr><tr>
 
<td><b>restrictions</b></td>
 
<td>[]string</td>
 
<td>
 
List of restriction strategies used to delimit the search space.<br/>
 
</td>
 
<td>false</td>
 
</tr><tr>
 
<td><b>searchStrategy</b></td>
 
<td>string</td>
 
<td>
 
<br/>
</td>
</td>
<td>false</td>
<td>false</td>
</tr></tbody>
</tr></tbody>
</table>
</table>
### execution.spec.load
### execution.spec.loads
<sup><sup>[↩ Parent](#executionspec)</sup></sup>
<sup><sup>[↩ Parent](#executionspec)</sup></sup>
Loading