We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27d441 commit 920c7daCopy full SHA for 920c7da
1 file changed
.github/workflows/codspeed.yml
@@ -91,12 +91,10 @@ jobs:
91
PATH1: /usr/local/bin:$PATH
92
PATH2: "/usr/local/bin:$PATH"
93
PATH3: /usr/local/bin:${{ env.PATH }}
94
- PATH4: ${{ matrix.valgrind }}:$PATH
95
run: |
96
echo $PATH1
97
echo $PATH2
98
echo $PATH3
99
- echo $PATH4
100
echo "/usr/local/bin/" >> $GITHUB_PATH
101
102
- name: Run the benchmarks
@@ -106,6 +104,7 @@ jobs:
106
104
# benchmark root frame when using the process with most samples.
107
105
CODSPEED_PERF_ENABLED: false
108
# Prepend /usr/local/bin to PATH so the symlinked valgrind is resolved first
+ PATH: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:~/.cargo/bin
109
with:
110
working-directory: bench
111
mode: walltime
0 commit comments