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

Add hint to use quotes for execution

parent 26f897b7
No related branches found
No related tags found
No related merge requests found
...@@ -157,8 +157,8 @@ The `./theodolite.sh` is the entrypoint for all benchmark executions. Is has to ...@@ -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`. * `<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, separated by commas. For example `100000, 200000, 300000`. * `<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, separated by commas. For example `1, 2, 3, 4`. * `<instances>`: Numbers of instances to be benchmarked, quoted and separated by commas. For example `"1, 2, 3, 4"`.
* `<partitions>`: Number of partitions for Kafka topics. Optional. Default `40`. * `<partitions>`: Number of partitions for Kafka topics. Optional. Default `40`.
* `<cpu-limit>`: Kubernetes CPU limit. Optional. Default `1000m`. * `<cpu-limit>`: Kubernetes CPU limit. Optional. Default `1000m`.
* `<memory-limit>`: Kubernetes memory limit. Optional. Default `4Gi`. * `<memory-limit>`: Kubernetes memory limit. Optional. Default `4Gi`.
......
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