Skip to content

Commit 443eff1

Browse files
committed
chore: run with latest valgrind
1 parent af5fa29 commit 443eff1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ jobs:
3737
sudo apt-get install valgrind -y
3838
uv sync --dev
3939
sudo apt-get remove valgrind -y
40+
41+
- name: Install valgrind-codspeed
42+
if: inputs.language == 'python'
43+
shell: bash
44+
run: |
45+
git clone https://github.com/CodSpeedHQ/valgrind-codspeed
46+
cd valgrind-codspeed
47+
git checkout cod-2714-investigate-pytest-flamegraph-regression
48+
./autogen.sh && ./configure && make -j$(nproc) && sudo make install
49+
4050
- name: Run benchmarks
4151
uses: CodSpeedHQ/action@main
4252
with:

0 commit comments

Comments
 (0)