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

Merge branch 'clean-up-script-names' into 'master'

Clean up script names

Closes #37

See merge request !11
parents 682db30c 3d500512
No related branches found
No related tags found
1 merge request!11Clean up script names
Pipeline #799 passed with warnings
......@@ -142,10 +142,10 @@ Depending on your setup, some additional adjustments may be necessary:
## 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
./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`.
......
File moved
File moved
File moved
File moved
......@@ -35,7 +35,7 @@ do
do
SUBEXPERIMENT_COUNTER=$((SUBEXPERIMENT_COUNTER+1))
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
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