Skip to content

Commit

Permalink
chore: use new version with fix to introspection
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Nov 30, 2023
1 parent ecb5da5 commit 507aa93
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,9 @@ jobs:
- name: Run benchmarks
# use version from `main` branch to always test the latest version, in real projects, use a tag, like `@v1`
uses: CodSpeedHQ/action@integrate-native-runner
env:
CODSPEED_LOG: debug
with:
upload-url: ${{ secrets.CODSPEED_UPLOAD_URL_ADRIEN_LOCAL }}/upload
runner-version: 2.0.1-beta.10
runner-version: 2.0.1-beta.11
run: |
pnpm moon run --concurrency 1 :bench
pnpm --workspace-concurrency 1 -r bench-tinybench
Expand Down

0 comments on commit 507aa93

Please sign in to comment.