Skip to content
Snippets Groups Projects
Commit 756afbe2 authored by Sören Henning's avatar Sören Henning
Browse files

Rename execution script to theodolite.sh (fix #37)

parent ca6ec352
No related branches found
No related tags found
No related merge requests found
...@@ -135,10 +135,10 @@ Depending on your setup, some additional adjustments may be necessary: ...@@ -135,10 +135,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`.
......
File moved
File moved
File moved
File moved
...@@ -35,7 +35,7 @@ do ...@@ -35,7 +35,7 @@ do
do do
SUBEXPERIMENT_COUNTER=$((SUBEXPERIMENT_COUNTER+1)) SUBEXPERIMENT_COUNTER=$((SUBEXPERIMENT_COUNTER+1))
echo "Run subexperiment $SUBEXPERIMENT_COUNTER/$SUBEXPERIMENTS with config: $DIM_VALUE $REPLICA" echo "Run subexperiment $SUBEXPERIMENT_COUNTER/$SUBEXPERIMENTS with config: $DIM_VALUE $REPLICA"
./run_uc$UC-new.sh $EXP_ID $DIM_VALUE $REPLICA $PARTITIONS $CPU_LIMIT $MEMORY_LIMIT $KAFKA_STREAMS_COMMIT_INTERVAL_MS $EXECUTION_MINUTES ./run_uc$UC.sh $EXP_ID $DIM_VALUE $REPLICA $PARTITIONS $CPU_LIMIT $MEMORY_LIMIT $KAFKA_STREAMS_COMMIT_INTERVAL_MS $EXECUTION_MINUTES
sleep 10s sleep 10s
done done
done done
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