Skip to content

Commit 4d3591d

Browse files
committed
chore(ci): run on local codspeed
1 parent ebd23ca commit 4d3591d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codspeed.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ jobs:
2525
- name: Run benchmarks
2626
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v1`
2727
uses: CodSpeedHQ/action@main
28+
env:
29+
CODSPEED_DEBUG: true
2830
with:
31+
upload_url: ${{ secrets.CODSPEED_UPLOAD_URL_ADRIEN_LOCAL }}/upload
2932
run: |
3033
pnpm moon run --concurrency 1 :bench
3134
pnpm --workspace-concurrency 1 -r bench-tinybench

0 commit comments

Comments
 (0)