The source project of this merge request has been removed.
Implement Benchmarking Strategy: Heuristic 1 (Step Strategy)
Compare changes
+ 8
− 0
@@ -156,3 +156,11 @@ The `./theodolite.sh` is the entrypoint for all benchmark executions. Is has to
* `step`: After each subexperiment, it is checked, whether the application could handle the workload. If the workload could be handled, the workload intensity is increased in the next subexperiment. Otherwise, the workload intensity is kept the same and the number of instances is increased. The amount of executed subexperiments is at most N+M-1.