From bec5d0c82f36527253a7c04fea945a246231adb5 Mon Sep 17 00:00:00 2001 From: Simon Ehrenstein <stu200776@mail.uni-kiel.de> Date: Thu, 6 Aug 2020 15:14:20 +0200 Subject: [PATCH] Update execution/README.md --- execution/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/execution/README.md b/execution/README.md index af4caaa80..0c66de464 100644 --- a/execution/README.md +++ b/execution/README.md @@ -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`. -- GitLab