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 1e6bcf5 commit 9cf2380Copy full SHA for 9cf2380
.github/workflows/performance_score_director.yml
@@ -69,8 +69,8 @@ jobs:
69
working-directory: ./timefold-solver-benchmarks
70
shell: bash
71
run: |
72
- echo "forks=20" > scoredirector-benchmark.properties
73
- echo "warmup_iterations=10" >> scoredirector-benchmark.properties
+ echo "warmup_iterations=5" > scoredirector-benchmark.properties
+ echo "measurement_iterations=10" >> scoredirector-benchmark.properties
74
echo "score_director_type=cs" >> scoredirector-benchmark.properties
75
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties
76
cat scoredirector-benchmark.properties
0 commit comments