We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec1fbb commit 5bd27a8Copy full SHA for 5bd27a8
.github/workflows/performance_score_director.yml
@@ -72,8 +72,8 @@ jobs:
72
working-directory: ./timefold-solver-benchmarks
73
shell: bash
74
run: |
75
- echo "forks=10" > scoredirector-benchmark.properties
76
- echo "warmup_iterations=5" >> scoredirector-benchmark.properties
+ echo "forks=15" > scoredirector-benchmark.properties
+ echo "warmup_iterations=10" >> scoredirector-benchmark.properties
77
echo "measurement_iterations=5" >> scoredirector-benchmark.properties
78
echo "relative_score_error_threshold=0.02" >> scoredirector-benchmark.properties
79
echo "score_director_type=cs" >> scoredirector-benchmark.properties
0 commit comments