Skip to content

Commit

Permalink
Last attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Oct 1, 2024
1 parent 6380358 commit cfcd0e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/performance_score_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ jobs:
working-directory: ./timefold-solver-benchmarks
shell: bash
run: |
echo "forks=10" > scoredirector-benchmark.properties
echo "warmup_iterations=10" >> scoredirector-benchmark.properties
echo "measurement_iterations=10" >> scoredirector-benchmark.properties
echo "forks=15" > scoredirector-benchmark.properties
echo "warmup_iterations=5 >> scoredirector-benchmark.properties
echo "measurement_iterations=15" >> scoredirector-benchmark.properties
echo "score_director_type=cs" >> scoredirector-benchmark.properties
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties
cat scoredirector-benchmark.properties
Expand Down

0 comments on commit cfcd0e2

Please sign in to comment.