We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c156b commit 8d03921Copy full SHA for 8d03921
1 file changed
.github/workflows/codspeed.yml
@@ -28,6 +28,7 @@ jobs:
28
uses: CodSpeedHQ/action@main
29
with:
30
mode: instrumentation
31
+ upload-url: ${{ secrets.STAGING_CODSPEED_UPLOAD_URL }}
32
run: |
33
pnpm moon run tinybench-plugin:bench
34
pnpm moon run vitest-plugin:bench
@@ -57,6 +58,7 @@ jobs:
57
58
59
60
mode: walltime
61
62
63
64
0 commit comments