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
bec5d0c8
Commit
bec5d0c8
authored
5 years ago
by
Simon Ehrenstein
Browse files
Options
Downloads
Patches
Plain Diff
Update execution/README.md
parent
57088aca
No related branches found
No related tags found
1 merge request
!26
Add Support for Benchmarking Strategies
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
execution/README.md
+4
-2
4 additions, 2 deletions
execution/README.md
with
4 additions
and
2 deletions
execution/README.md
+
4
−
2
View file @
bec5d0c8
...
...
@@ -142,10 +142,12 @@ Depending on your setup, some additional adjustments may be necessary:
## Execution
The
`./theodolite.sh`
is the entrypoint for all benchmark executions. Is has to be called as follows:
Please note that
**Python 3.7**
installation is required for executing theodolite.
The
`./theodolite.py`
is the entrypoint for all benchmark executions. Is has to be called as follows:
```
sh
./theodolite.
sh
<use-case> <wl-values> <instances> <partitions> <cpu-limit> <memory-limit> <commit-interval> <duration>
./theodolite.
py
<use-case> <wl-values> <instances> <partitions> <cpu-limit> <memory-limit> <commit-interval> <duration>
```
*
`<use-case>`
: Stream processing use case to be benchmarked. Has to be one of
`1`
,
`2`
,
`3`
or
`4`
.
...
...
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