Skip to content

Commit

Permalink
Reduce run time significantly
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Oct 3, 2024
1 parent 565c2d8 commit 62cdf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/performance_score_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
run: |
echo "forks=20" > scoredirector-benchmark.properties
echo "warmup_iterations=10" >> scoredirector-benchmark.properties
echo "measurement_iterations=10" >> scoredirector-benchmark.properties
echo "measurement_iterations=5" >> scoredirector-benchmark.properties
echo "relative_score_error_threshold=0.025" >> scoredirector-benchmark.properties
echo "score_director_type=cs" >> scoredirector-benchmark.properties
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties
Expand Down

0 comments on commit 62cdf76

Please sign in to comment.