From 181374e487d39eff34d0e39e33acf9a8baa01992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Tue, 8 Sep 2020 15:21:22 +0200 Subject: [PATCH] Rewrite hint --- execution/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/execution/README.md b/execution/README.md index 7093a34d9..788021177 100644 --- a/execution/README.md +++ b/execution/README.md @@ -157,8 +157,8 @@ The `./theodolite.sh` is the entrypoint for all benchmark executions. Is has to ``` * `<use-case>`: Stream processing use case to be benchmarked. Has to be one of `1`, `2`, `3` or `4`. -* `<wl-values>`: Values for the workload generator to be tested, quoted and separated by commas. For example `"100000, 200000, 300000"`. -* `<instances>`: Numbers of instances to be benchmarked, quoted and separated by commas. For example `"1, 2, 3, 4"`. +* `<wl-values>`: Values for the workload generator to be tested, separated by commas and quoted. For example `"100000, 200000, 300000"`. +* `<instances>`: Numbers of instances to be benchmarked, separated by commas and quoted. For example `"1, 2, 3, 4"`. * `<partitions>`: Number of partitions for Kafka topics. Optional. Default `40`. * `<cpu-limit>`: Kubernetes CPU limit. Optional. Default `1000m`. * `<memory-limit>`: Kubernetes memory limit. Optional. Default `4Gi`. -- GitLab