Skip to content

Commit 77cfc3f

Browse files
ci: jit-dump branch
1 parent 914dfdb commit 77cfc3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/codspeed.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ jobs:
5454

5555
- name: Run benchmarks
5656
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v2`
57-
uses: CodSpeedHQ/action@main
57+
# uses: CodSpeedHQ/action@main
58+
uses: CodSpeedHQ/action@chore/runner-branch
5859
with:
59-
runner-branch: cod-1344-investigate-benchmark-time-in-drop_in_place-and-perf
60+
runner-branch: cod-1366-investigate-self-call-of-busysleep-in-node-flamegraph
6061
mode: walltime
6162
run: |
6263
pnpm moon run tinybench-plugin:bench

0 commit comments

Comments
 (0)