File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 88 trigger :
99 runs-on : ubuntu-latest
1010 steps :
11+ - name : Checkout timefold-solver-benchmarks
12+ uses : actions/checkout@v4
13+ with :
14+ path : ./timefold-solver-benchmarks
15+ repository : TimefoldAI/timefold-solver-benchmarks
1116 - name : Checkout timefold-solver
1217 uses : actions/checkout@v4
1318 with :
19+ path : ./timefold-solver
1420 repository : TimefoldAI/timefold-solver
1521 - name : Schedule the other workflow
1622 shell : bash
1723 env :
1824 GH_TOKEN : ${{ secrets.BENCHMARK_PUBLISH_TOKEN }}
1925 run : |
26+ cd timefold-solver
2027 if git log --since="24 hours ago" --oneline | grep -q .; then
28+ cd ../timefold-solver-benchmarks
2129 echo '{}' | gh workflow run performance_score_director.yml --json
2230 echo "Launched nightly perf tests." >> $GITHUB_STEP_SUMMARY
2331 else
Original file line number Diff line number Diff line change 1616 required : true
1717 baseline :
1818 description : ' Timefold Solver release'
19- default : ' 1.14 .0'
19+ default : ' 1.15 .0'
2020 required : true
2121 branch :
2222 description : ' Branch to benchmark (needs to use 999-SNAPSHOT)'
You can’t perform that action at this time.
0 commit comments