Skip to content

Commit 9cf2380

Browse files
committed
Increase iterations, decrease forks
1 parent 1e6bcf5 commit 9cf2380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/performance_score_director.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
working-directory: ./timefold-solver-benchmarks
7070
shell: bash
7171
run: |
72-
echo "forks=20" > scoredirector-benchmark.properties
73-
echo "warmup_iterations=10" >> scoredirector-benchmark.properties
72+
echo "warmup_iterations=5" > scoredirector-benchmark.properties
73+
echo "measurement_iterations=10" >> scoredirector-benchmark.properties
7474
echo "score_director_type=cs" >> scoredirector-benchmark.properties
7575
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties
7676
cat scoredirector-benchmark.properties

0 commit comments

Comments
 (0)