We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5fa29 commit 443eff1Copy full SHA for 443eff1
1 file changed
.github/workflows/codspeed.yml
@@ -37,6 +37,16 @@ jobs:
37
sudo apt-get install valgrind -y
38
uv sync --dev
39
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
50
- name: Run benchmarks
51
uses: CodSpeedHQ/action@main
52
with:
0 commit comments