We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c156b commit 8667e83Copy full SHA for 8667e83
.github/workflows/codspeed.yml
@@ -28,6 +28,8 @@ jobs:
28
uses: CodSpeedHQ/action@main
29
with:
30
mode: instrumentation
31
+ upload-url: ${{ secrets.STAGING_CODSPEED_UPLOAD_URL }}
32
+ token: ${{ secrets.STAGING_CODSPEED_TOKEN }}
33
run: |
34
pnpm moon run tinybench-plugin:bench
35
pnpm moon run vitest-plugin:bench
@@ -57,6 +59,8 @@ jobs:
57
59
58
60
61
mode: walltime
62
63
64
65
66
0 commit comments