Skip to content

Commit 0c42454

Browse files
committed
chore(ci): test new runner in local
1 parent 50911b0 commit 0c42454

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ jobs:
2424

2525
- name: Run benchmarks
2626
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v1`
27-
uses: CodSpeedHQ/action@main
27+
uses: CodSpeedHQ/action@integrate-native-runner
2828
with:
29+
upload-url: ${{ secrets.CODSPEED_UPLOAD_URL_ADRIEN_LOCAL }}/upload
2930
run: |
3031
pnpm moon run --concurrency 1 :bench
3132
pnpm --workspace-concurrency 1 -r bench-tinybench

0 commit comments

Comments
 (0)