Skip to content

Implement Benchmarking Strategy: Heuristic 1 (Step Strategy)

Simon Ehrenstein requested to merge stu200776/spesb:48-step-strategy into master

Please review @she Closes #48 (closed) Tested with unit-test with a complex input and with manual test for the following two workloads: (1 = successful experiment, in the sense that the application could handle the load, 0 = unsuccessful experiment):

Manual Workload 1

dim_value/instances 1 2
100 1 1
200 1 1

The result of the execution was as follows (executed experiments marked with 'x', not executed with 'o'):

dim_value/instances 1 2
100 x o
200 x o

Manual Workload 2

dim_value/instances 1 2
100 1 1
300.000 0 0

The result of the execution was as follows (executed experiments marked with 'x', not executed with 'o'):

dim_value/instances 1 2
100 x o
300.000 x x
Edited by Sören Henning

Merge request reports