Skip to content
Snippets Groups Projects

Implement Benchmarking Strategy: Heuristic 2 (Binary Search Strategy)

Closed Simon Ehrenstein requested to merge stu200776/spesb:49-add-binary-search-strategy into master

Closes #49 (closed) Please review @she 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
200.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
200.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
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading