Skip to content
Snippets Groups Projects
Commit bec5d0c8 authored by Simon Ehrenstein's avatar Simon Ehrenstein
Browse files

Update execution/README.md

parent 57088aca
No related branches found
No related tags found
1 merge request!26Add Support for Benchmarking Strategies
This commit is part of merge request !26. Comments created here will be created in the context of that merge request.
......@@ -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`.
......
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