Skip to content

Commit

Permalink
ci: increase measurement iterations in perf tests
Browse files Browse the repository at this point in the history
Hopefully this will further increase stability.
  • Loading branch information
triceo authored Oct 9, 2024
1 parent cda036f commit b52aa69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance_score_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
echo "forks=20" > scoredirector-benchmark.properties
echo "warmup_iterations=10" >> scoredirector-benchmark.properties
echo "measurement_iterations=5" >> scoredirector-benchmark.properties
echo "measurement_iterations=10" >> scoredirector-benchmark.properties
echo "relative_score_error_threshold=0.025" >> scoredirector-benchmark.properties
echo "score_director_type=cs" >> scoredirector-benchmark.properties
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties
Expand Down Expand Up @@ -208,4 +208,4 @@ jobs:
if [ "$FAIL" = true ]; then
exit 1
fi
fi

0 comments on commit b52aa69

Please sign in to comment.