Skip to content

Commit e8c8452

Browse files
committed
ci: fix perf test working directory
1 parent dda3502 commit e8c8452

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/performance_score_director.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
uses: actions/download-artifact@v4
173173
with:
174174
name: binaries-${{ matrix.example }}
175-
path: ./timefold-solver-benchmarks/
175+
path: ./timefold-solver-benchmarks
176176

177177
# Fine-tuned for stability on GHA.
178178
- name: Configure the benchmark
@@ -195,6 +195,7 @@ jobs:
195195
RUN_ID: ${{ env.SANITIZED_BASELINE }}
196196
shell: bash
197197
run: |
198+
mkdir target
198199
cp benchmarks-baseline.jar target/benchmarks.jar
199200
./run-scoredirector.sh
200201
echo "RANGE_START=$(jq '.[0].primaryMetric.scoreConfidence[0]|round' results/scoredirector/${{ env.RUN_ID }}/results.json)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)