Skip to content

Commit b52aa69

Browse files
authored
ci: increase measurement iterations in perf tests
Hopefully this will further increase stability.
1 parent cda036f commit b52aa69

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
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
echo "forks=20" > scoredirector-benchmark.properties
7676
echo "warmup_iterations=10" >> scoredirector-benchmark.properties
77-
echo "measurement_iterations=5" >> scoredirector-benchmark.properties
77+
echo "measurement_iterations=10" >> scoredirector-benchmark.properties
7878
echo "relative_score_error_threshold=0.025" >> scoredirector-benchmark.properties
7979
echo "score_director_type=cs" >> scoredirector-benchmark.properties
8080
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties
@@ -208,4 +208,4 @@ jobs:
208208
209209
if [ "$FAIL" = true ]; then
210210
exit 1
211-
fi
211+
fi

0 commit comments

Comments
 (0)