We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d739ea commit f398165Copy full SHA for f398165
.github/workflows/pr-benchmark.yml
@@ -26,10 +26,10 @@ jobs:
26
jq '.packages[] | select(.name == "iai-callgrind").version' |\
27
tr -d '"'
28
)
29
- cargo binstall --no-confirm iai-callgrind-runner --version $version
+ cargo binstall --no-confirm iai-callgrind-runner --version $version --root $PWD/iai/
30
31
- run: |
32
- IAI_CALLGRIND_COLOR=never cargo bench --bench ci_bench > benchmark_results.txt
+ IAI_CALLGRIND_COLOR=never IAI_CALLGRIND_RUNNER=$PWD/iai/bin/iai-callgrind-runner cargo bench --bench ci_bench > benchmark_results.txt
33
- name: Upload Benchmark Results
34
uses: actions/upload-artifact@v4
35
with:
0 commit comments