We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f887b commit 46616f9Copy full SHA for 46616f9
.github/workflows/performance_score_director.yml
@@ -145,13 +145,4 @@ jobs:
145
with:
146
name: results-${{ matrix.example }}-${{ github.event.inputs.baseline }}_vs_${{ github.event.inputs.branch }}
147
path: |
148
- ./timefold-solver-benchmarks/results/scoredirector*
149
-
150
- - name: Phase 3 - Publish benchmark result
151
- uses: benchmark-action/github-action-benchmark@v1
152
- with:
153
- name: scoredirector-${{ matrix.example }}
154
- tool: 'jmh'
155
- output-file-path: ./timefold-solver-benchmarks/results/scoredirector/${{ github.event.inputs.branch }}/results.json
156
- github-token: ${{ secrets.BENCHMARK_PUBLISH_TOKEN }}
157
- auto-push: true
+ ./timefold-solver-benchmarks/results/scoredirector
0 commit comments