File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 5252 # Build and install Valgrind
5353 - name : Update apt-get cache
5454 if : steps.valgrind-cache.outputs.cache-hit != 'true'
55- run : |
55+ run : |
5656 sudo apt-get update
5757
5858 # Remove existing Valgrind installation
7676 run : just build ${{ matrix.valgrind }}
7777
7878 - name : Install Valgrind (${{ matrix.valgrind }})
79- run : |
79+ run : |
8080 just install ${{ matrix.valgrind }}
8181
8282 # Ensure libc6-dev is installed for Valgrind to work properly
9292
9393 - name : Run the benchmarks
9494 uses : CodSpeedHQ/action@main
95- env :
96- # We currently don't support sub-processes in benchmarks, since we cannot find the
97- # benchmark root frame when using the process with most samples.
98- CODSPEED_PERF_ENABLED : false
9995 with :
10096 mode : walltime
10197 run : ./bench/bench.py --cmd "${{ matrix.cmd }}" --valgrind-path /usr/local/bin/valgrind
You can’t perform that action at this time.
0 commit comments