Skip to content

Commit 35a8129

Browse files
committed
feat: enable perf flamegraph for walltime benches
1 parent 4deb7db commit 35a8129

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,8 @@ jobs:
7474
7575
- name: Run the benchmarks
7676
uses: CodSpeedHQ/action@v3
77+
env:
78+
CODSPEED_USE_PERF: true
7779
with:
78-
run: just run
80+
run: echo "pytest" && just run
81+
runner-version: 3.6.0-beta.3

0 commit comments

Comments
 (0)