Skip to content
Snippets Groups Projects

Clean up script names

Merged Sören Henning requested to merge clean-up-script-names into master
Files
6
+ 2
2
@@ -142,10 +142,10 @@ Depending on your setup, some additional adjustments may be necessary:
@@ -142,10 +142,10 @@ Depending on your setup, some additional adjustments may be necessary:
## Execution
## Execution
The `./run_loop.sh` is the entrypoint for all benchmark executions. Is has to be called as follows:
The `./theodolite.sh` is the entrypoint for all benchmark executions. Is has to be called as follows:
```sh
```sh
./run_loop.sh <use-case> <wl-values> <instances> <partitions> <cpu-limit> <memory-limit> <commit-interval> <duration>
./theodolite.sh <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`.
* `<use-case>`: Stream processing use case to be benchmarked. Has to be one of `1`, `2`, `3` or `4`.
Loading