Skip to content

Commit 4449959

Browse files
committed
ci(perf): gather more measurements
1 parent 8bb745d commit 4449959

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
@@ -73,8 +73,8 @@ jobs:
7373
shell: bash
7474
run: |
7575
echo "forks=15" > scoredirector-benchmark.properties
76-
echo "warmup_iterations=10" >> scoredirector-benchmark.properties
77-
echo "measurement_iterations=5" >> scoredirector-benchmark.properties
76+
echo "warmup_iterations=5" >> scoredirector-benchmark.properties
77+
echo "measurement_iterations=10" >> 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)