We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9d127 commit 76dd2a0Copy full SHA for 76dd2a0
1 file changed
.github/workflows/codspeed.yml
@@ -23,6 +23,14 @@ jobs:
23
- run: pnpm install --frozen-lockfile --prefer-offline
24
- run: pnpm moon run :build
25
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
+
34
- name: Run simulation benchmarks
35
uses: CodSpeedHQ/action@main
36
with:
0 commit comments