Skip to content

Commit a71105d

Browse files
committed
chore: reduce perf benchmark JMH iterations to 5
10 did not have a meaningful benefit
1 parent 795edfc commit a71105d

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
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
echo "forks=15" > scoredirector-benchmark.properties
7676
echo "warmup_iterations=5" >> scoredirector-benchmark.properties
77-
echo "measurement_iterations=10" >> scoredirector-benchmark.properties
77+
echo "measurement_iterations=5" >> scoredirector-benchmark.properties
7878
echo "relative_score_error_threshold=0.02" >> scoredirector-benchmark.properties
7979
echo "score_director_type=cs" >> scoredirector-benchmark.properties
8080
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties

0 commit comments

Comments
 (0)