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 4fc40a9 commit c1dfb05Copy full SHA for c1dfb05
.github/workflows/bench.yml
@@ -33,6 +33,10 @@ jobs:
33
run: ./.github/scripts/codspeed-build.sh
34
- name: Run the benchmarks
35
uses: CodSpeedHQ/action@v4
36
+ env:
37
+ CODSPEED_TOKEN: ${{ secrets.CODSPEED_TOKEN }}
38
+ # op-reth does not have a codspeed token
39
+ if: ${{ env.CODSPEED_TOKEN != '' }}
40
with:
41
run: cargo codspeed run --workspace
42
mode: instrumentation
0 commit comments