Skip to content
Snippets Groups Projects

Implement Benchmarking Strategy: Heuristic 1 (Step Strategy)

Closed 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading