Skip to content

Commit

Permalink
ci(perf): gather more measurements
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Nov 24, 2024
1 parent 8bb745d commit 4449959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/performance_score_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4449959

Please sign in to comment.