-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathscoredirector-benchmark.properties
More file actions
29 lines (23 loc) · 1.38 KB
/
scoredirector-benchmark.properties
File metadata and controls
29 lines (23 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Not including this file with your benchmarks will execute all examples across all supported score director types.
# Possible values: cs, cs_justified
# Not including either will cause all examples to not be executed for that score director type.
# If included, example may still not be executed because it has no support for that score director type.
score_director_type=cs,cs_justified
# Possible values: cloud_balancing, conference_scheduling, curriculum_course, examination, flow_shop,
# machine_reassignment, meeting_scheduling, nurse_rostering, patient_admission_scheduling,
# task_assigning, traveling_tournament, vehicle_routing
# Not including either will cause all score director types to not be executed for that example.
example=flow_shop,machine_reassignment,meeting_scheduling,nurse_rostering,patient_admission_scheduling,task_assigning,traveling_tournament,vehicle_routing
# How many forks to run each example with.
# Default is 10.
#forks=10
# How many warmup iterations to run each example with.
# Default is 5.
#warmup_iterations=5
# How many measurement iterations to run each example with.
# Default is 5.
#measurement_iterations=5
# Ratio of benchmark score error to benchmark score above which warnings will be output.
# The higher the threshold, the less reliable the benchmark score is.
# Default is 0.02 (±2%).
#relative_score_error_threshold=0.02