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
16d5f2e1
Commit
16d5f2e1
authored
3 years ago
by
Marcel Samir Becker
Browse files
Options
Downloads
Patches
Plain Diff
actually updated api-reference page
parent
d2be3797
No related branches found
No related tags found
1 merge request
!215
Redesign Strategy, Load, and Resources data types
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/api-reference/crds.md
+74
-26
74 additions, 26 deletions
docs/api-reference/crds.md
with
74 additions
and
26 deletions
docs/api-reference/crds.md
+
74
−
26
View file @
16d5f2e1
...
...
@@ -1764,13 +1764,6 @@ Contains the Kafka configuration.
Defines the overall parameter for the execution.
<br/>
</td>
<td>
true
</td>
</tr><tr>
<td><b><a
href=
"#executionspecload"
>
load
</a></b></td>
<td>
object
</td>
<td>
Specifies the load values that are benchmarked.
<br/>
</td>
<td>
true
</td>
</tr><tr>
<td><b><a
href=
"#executionspecresources"
>
resources
</a></b></td>
<td>
object
</td>
...
...
@@ -1785,6 +1778,13 @@ Contains the Kafka configuration.
List of resource values for the specified resource type.
<br/>
</td>
<td>
true
</td>
</tr><tr>
<td><b><a
href=
"#executionspecloads"
>
loads
</a></b></td>
<td>
object
</td>
<td>
Specifies the load values that are benchmarked.
<br/>
</td>
<td>
false
</td>
</tr><tr>
<td><b>
name
</b></td>
<td>
string
</td>
...
...
@@ -1910,17 +1910,10 @@ Defines the overall parameter for the execution.
</td>
<td>
true
</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>
strategy
</b></td>
<td>
string
</td>
<td><b><a
href=
"#executionspecexecutionstrategy"
>
strategy
</a></b></td>
<td>
object
</td>
<td>
Defines the used strategy for the execution, either 'LinearSearch'
or
'BinarySearch'
<br/>
Defines the used strategy for the execution, either 'LinearSearch'
,
'BinarySearch'
or 'InitialGuessSearch'.
<br/>
</td>
<td>
true
</td>
</tr><tr>
...
...
@@ -1930,16 +1923,23 @@ Defines the overall parameter for the execution.
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.
load
<sup><sup>
[
↩ Parent
](
#executionspec
)
</sup></sup>
### execution.spec.
execution.strategy
<sup><sup>
[
↩ Parent
](
#executionspec
execution
)
</sup></sup>
Speci
fies the
load values that are benchmarked
.
De
fi
n
es the
used strategy for the execution, either 'LinearSearch', 'BinarySearch' or 'InitialGuessSearch'
.
<table>
<thead>
...
...
@@ -1951,19 +1951,33 @@ Specifies the load values that are benchmarked.
</tr>
</thead>
<tbody><tr>
<td><b>
loadTyp
e
</b></td>
<td><b>
nam
e
</b></td>
<td>
string
</td>
<td>
The type of the load. It must match one of the load types specified in the referenced benchmark.
<br/>
<br/>
</td>
<td>
true
</td>
</tr><tr>
<td><b>
loadValues
</b></td>
<td>
[]integer
</td>
<td><b>
guessStrategy
</b></td>
<td>
string
</td>
<td>
List of load values for the specified load type.
<br/>
<br/>
</td>
<td>
true
</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>
false
</td>
</tr></tbody>
</table>
...
...
@@ -2052,6 +2066,40 @@ Specifies the scaling resource that is benchmarked.
</table>
### execution.spec.loads
<sup><sup>
[
↩ Parent
](
#executionspec
)
</sup></sup>
Specifies the load values that are benchmarked.
<table>
<thead>
<tr>
<th>
Name
</th>
<th>
Type
</th>
<th>
Description
</th>
<th>
Required
</th>
</tr>
</thead>
<tbody><tr>
<td><b>
loadType
</b></td>
<td>
string
</td>
<td>
The type of the load. It must match one of the load types specified in the referenced benchmark.
<br/>
</td>
<td>
true
</td>
</tr><tr>
<td><b>
loadValues
</b></td>
<td>
[]integer
</td>
<td>
List of load values for the specified load type.
<br/>
</td>
<td>
true
</td>
</tr></tbody>
</table>
### execution.status
<sup><sup>
[
↩ Parent
](
#execution
)
</sup></sup>
...
...
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