Skip to content

Commit ae47cda

Browse files
committed
chore(ci): add examples to the codspeed upload run
1 parent ebd4f92 commit ae47cda

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,12 @@ jobs:
3636
- run: pnpm moon run :build
3737

3838
- name: Run benchmarks
39-
uses: CodSpeedHQ/action@v1
39+
uses: CodSpeedHQ/action@feat/callgraph-generation
4040
with:
41-
run: pnpm moon run :bench
41+
run: |
42+
pnpm moon run :bench
43+
pnpm -r bench-tinybench
44+
pnpm -r bench-benchmark-js
4245
4346
list-examples:
4447
runs-on: "ubuntu-latest"

0 commit comments

Comments
 (0)