Skip to content

Commit e61ff09

Browse files
committed
chore(ci): use codspeed action on main
1 parent ae47cda commit e61ff09

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
- run: pnpm moon run :build
3737

3838
- name: Run benchmarks
39-
uses: CodSpeedHQ/action@feat/callgraph-generation
39+
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v1`
40+
uses: CodSpeedHQ/action@main
4041
with:
4142
run: |
4243
pnpm moon run :bench
@@ -95,13 +96,15 @@ jobs:
9596

9697
- name: Run benchmarks with tinybench-plugin
9798
if: matrix.skip-tinybench != true
98-
uses: CodSpeedHQ/action@feat/v8-flags-from-codspeed-node-core
99+
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v1`
100+
uses: CodSpeedHQ/action@main
99101
with:
100102
run: pnpm --filter ${{ matrix.example }} bench-tinybench
101103
env:
102104
CODSPEED_SKIP_UPLOAD: true
103105
- name: Run benchmarks with benchmark.js-plugin
104-
uses: CodSpeedHQ/action@feat/v8-flags-from-codspeed-node-core
106+
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v1`
107+
uses: CodSpeedHQ/action@main
105108
with:
106109
run: pnpm --filter ${{ matrix.example }} bench-benchmark-js
107110
env:

0 commit comments

Comments
 (0)