Skip to content

Commit 62cdf76

Browse files
committed
Reduce run time significantly
1 parent 565c2d8 commit 62cdf76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance_score_director.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: |
7676
echo "forks=20" > scoredirector-benchmark.properties
7777
echo "warmup_iterations=10" >> scoredirector-benchmark.properties
78-
echo "measurement_iterations=10" >> scoredirector-benchmark.properties
78+
echo "measurement_iterations=5" >> 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)