Skip to content

Commit

Permalink
chore(ci): add examples to the codspeed upload run
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Jun 28, 2023
1 parent 30fdbdc commit c0ec44f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ jobs:
- run: pnpm moon run :build

- name: Run benchmarks
uses: CodSpeedHQ/action@v1
uses: CodSpeedHQ/action@feat/callgraph-generation
with:
run: pnpm moon run :bench
run: |
pnpm moon run :bench
pnpm -r bench-tinybench
pnpm -r bench-benchmark-js
list-examples:
runs-on: "ubuntu-latest"
Expand Down

0 comments on commit c0ec44f

Please sign in to comment.