Skip to content

Commit

Permalink
Attempt to increase test stability
Browse files Browse the repository at this point in the history
  • Loading branch information
triceo committed Sep 30, 2024
1 parent d066707 commit 6ab672d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/performance_score_director.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
working-directory: ./timefold-solver-benchmarks
shell: bash
run: |
echo "score_director_type=cs" > scoredirector-benchmark.properties
echo "warmup_iterations=10" > scoredirector-benchmark.properties
echo "score_director_type=cs" >> scoredirector-benchmark.properties
echo "example=${{ matrix.example }}" >> scoredirector-benchmark.properties
cat scoredirector-benchmark.properties
chmod +x run-scoredirector.sh
Expand Down

0 comments on commit 6ab672d

Please sign in to comment.