Skip to content

Commit 16d6f8a

Browse files
committed
Add back the proper settings
1 parent 38db78b commit 16d6f8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/performance_score_director.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
working-directory: ./timefold-solver-benchmarks
7474
shell: bash
7575
run: |
76-
echo "forks=2" > scoredirector-benchmark.properties
77-
echo "warmup_iterations=1" >> scoredirector-benchmark.properties
78-
echo "measurement_iterations=2" >> scoredirector-benchmark.properties
76+
echo "forks=15" > scoredirector-benchmark.properties
77+
echo "warmup_iterations=5" >> scoredirector-benchmark.properties
78+
echo "measurement_iterations=15" >> scoredirector-benchmark.properties
7979
echo "relative_score_error_threshold=0.025" >> scoredirector-benchmark.properties
8080
echo "score_director_type=cs" >> scoredirector-benchmark.properties
8181
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties

0 commit comments

Comments
 (0)