File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 36
36
- run : pnpm moon run :build
37
37
38
38
- 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
40
41
with :
41
42
run : |
42
43
pnpm moon run :bench
@@ -95,13 +96,15 @@ jobs:
95
96
96
97
- name : Run benchmarks with tinybench-plugin
97
98
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
99
101
with :
100
102
run : pnpm --filter ${{ matrix.example }} bench-tinybench
101
103
env :
102
104
CODSPEED_SKIP_UPLOAD : true
103
105
- 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
105
108
with :
106
109
run : pnpm --filter ${{ matrix.example }} bench-benchmark-js
107
110
env :
You can’t perform that action at this time.
0 commit comments