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
60187c25
Commit
60187c25
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Rewrite hint
parent
ac803516
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#910
passed with warnings
4 years ago
Stage: build
Stage: test
Stage: check
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
execution/README.md
+2
-2
2 additions, 2 deletions
execution/README.md
with
2 additions
and
2 deletions
execution/README.md
+
2
−
2
View file @
60187c25
...
@@ -157,8 +157,8 @@ The `./theodolite.sh` is the entrypoint for all benchmark executions. Is has to
...
@@ -157,8 +157,8 @@ The `./theodolite.sh` is the entrypoint for all benchmark executions. Is has to
```
```
*
`<use-case>`
: Stream processing use case to be benchmarked. Has to be one of
`1`
,
`2`
,
`3`
or
`4`
.
*
`<use-case>`
: Stream processing use case to be benchmarked. Has to be one of
`1`
,
`2`
,
`3`
or
`4`
.
*
`<wl-values>`
: Values for the workload generator to be tested,
quoted and
separated by commas. For example
`"100000, 200000, 300000"`
.
*
`<wl-values>`
: Values for the workload generator to be tested, separated by commas
and quoted
. For example
`"100000, 200000, 300000"`
.
*
`<instances>`
: Numbers of instances to be benchmarked,
quoted and
separated by commas. For example
`"1, 2, 3, 4"`
.
*
`<instances>`
: Numbers of instances to be benchmarked, separated by commas
and quoted
. For example
`"1, 2, 3, 4"`
.
*
`<partitions>`
: Number of partitions for Kafka topics. Optional. Default
`40`
.
*
`<partitions>`
: Number of partitions for Kafka topics. Optional. Default
`40`
.
*
`<cpu-limit>`
: Kubernetes CPU limit. Optional. Default
`1000m`
.
*
`<cpu-limit>`
: Kubernetes CPU limit. Optional. Default
`1000m`
.
*
`<memory-limit>`
: Kubernetes memory limit. Optional. Default
`4Gi`
.
*
`<memory-limit>`
: Kubernetes memory limit. Optional. Default
`4Gi`
.
...
...
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