Skip to content

Commit 4af9d53

Browse files
committed
Another shot
1 parent 3ec0259 commit 4af9d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/performance_score_director.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)