Skip to content

Commit 76dd2a0

Browse files
committed
chore: use latest valgrind
1 parent aa9d127 commit 76dd2a0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
- run: pnpm install --frozen-lockfile --prefer-offline
2424
- run: pnpm moon run :build
2525

26+
- name: Install valgrind-codspeed
27+
shell: bash
28+
run: |
29+
git clone https://github.com/CodSpeedHQ/valgrind-codspeed
30+
cd valgrind-codspeed
31+
git checkout cod-2714-investigate-pytest-flamegraph-regression
32+
./autogen.sh && ./configure && make -j$(nproc) && sudo make install
33+
2634
- name: Run simulation benchmarks
2735
uses: CodSpeedHQ/action@main
2836
with:

0 commit comments

Comments
 (0)