diff --git a/.github/workflows/performance_score_director.yml b/.github/workflows/performance_score_director.yml index e9b94419..1f5c0c8c 100644 --- a/.github/workflows/performance_score_director.yml +++ b/.github/workflows/performance_score_director.yml @@ -73,8 +73,8 @@ jobs: shell: bash run: | echo "forks=15" > scoredirector-benchmark.properties - echo "warmup_iterations=10" >> scoredirector-benchmark.properties - echo "measurement_iterations=5" >> scoredirector-benchmark.properties + echo "warmup_iterations=5" >> scoredirector-benchmark.properties + echo "measurement_iterations=10" >> scoredirector-benchmark.properties echo "relative_score_error_threshold=0.02" >> scoredirector-benchmark.properties echo "score_director_type=cs" >> scoredirector-benchmark.properties echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties