File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,13 +145,13 @@ jobs:
145145 with :
146146 name : results-${{ matrix.example }}-${{ github.event.inputs.baseline }}_vs_${{ github.event.inputs.branch }}
147147 path : |
148- ./timefold-solver-benchmarks/results
148+ ./timefold-solver-benchmarks/results/scoredirector*
149149
150150 - name : Phase 3 - Publish benchmark result
151151 uses : benchmark-action/github-action-benchmark@v1
152152 with :
153153 name : scoredirector-${{ matrix.example }}
154154 tool : ' jmh'
155- output-file-path : ./timefold-solver-benchmarks/results/${{ github.event.inputs.branch }}/results.json
155+ output-file-path : ./timefold-solver-benchmarks/results/scoredirector/ ${{ github.event.inputs.branch }}/results.json
156156 github-token : ${{ secrets.BENCHMARK_PUBLISH_TOKEN }}
157157 auto-push : true
You can’t perform that action at this time.
0 commit comments