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 565c2d8 commit 62cdf76Copy full SHA for 62cdf76
.github/workflows/performance_score_director.yml
@@ -75,7 +75,7 @@ jobs:
75
run: |
76
echo "forks=20" > scoredirector-benchmark.properties
77
echo "warmup_iterations=10" >> scoredirector-benchmark.properties
78
- echo "measurement_iterations=10" >> scoredirector-benchmark.properties
+ echo "measurement_iterations=5" >> scoredirector-benchmark.properties
79
echo "relative_score_error_threshold=0.025" >> scoredirector-benchmark.properties
80
echo "score_director_type=cs" >> scoredirector-benchmark.properties
81
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties
0 commit comments