We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a89687 commit d713347Copy full SHA for d713347
1 file changed
.github/workflows/codspeed.yml
@@ -15,7 +15,7 @@ jobs:
15
# IMPORTANT: The binary has to match the architecture of the runner!
16
benchmark:
17
- testdata/take_strings-aarch64
18
- valgrind:
+ valgrind:
19
- /usr/bin/valgrind
20
- ../vg-in-place
21
steps:
@@ -88,6 +88,8 @@ jobs:
88
# We currently don't support sub-processes in benchmarks, since we cannot find the
89
# benchmark root frame when using the process with most samples.
90
CODSPEED_PERF_ENABLED: false
91
+ # Prepend /usr/local/bin to PATH so the symlinked valgrind is resolved first
92
+ PATH: /usr/local/bin:${{ env.PATH }}
93
with:
94
working-directory: bench
95
mode: walltime
0 commit comments