Skip to content

Commit f398165

Browse files
committed
Apply same fix already done in benchmark.yml
1 parent 9d739ea commit f398165

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
jq '.packages[] | select(.name == "iai-callgrind").version' |\
2727
tr -d '"'
2828
)
29-
cargo binstall --no-confirm iai-callgrind-runner --version $version
29+
cargo binstall --no-confirm iai-callgrind-runner --version $version --root $PWD/iai/
3030
3131
- run: |
32-
IAI_CALLGRIND_COLOR=never cargo bench --bench ci_bench > benchmark_results.txt
32+
IAI_CALLGRIND_COLOR=never IAI_CALLGRIND_RUNNER=$PWD/iai/bin/iai-callgrind-runner cargo bench --bench ci_bench > benchmark_results.txt
3333
- name: Upload Benchmark Results
3434
uses: actions/upload-artifact@v4
3535
with:

0 commit comments

Comments
 (0)