Skip to content

Commit 46616f9

Browse files
committed
Remove the benchmark publishing
1 parent 52f887b commit 46616f9

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/performance_score_director.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,4 @@ jobs:
145145
with:
146146
name: results-${{ matrix.example }}-${{ github.event.inputs.baseline }}_vs_${{ github.event.inputs.branch }}
147147
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
148+
./timefold-solver-benchmarks/results/scoredirector

0 commit comments

Comments
 (0)