File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 workflow_dispatch :
1111
1212jobs :
13- name : Run benchmarks
1413 codspeed :
14+ name : Run benchmarks
1515 runs-on : ubuntu-latest
16+ permissions :
17+ contents : read # required to checkout the repository
18+ id-token : write # required to authenticate with CodSpeed
1619 steps :
1720 - uses : actions/checkout@v4
1821
2629 with :
2730 mode : instrumentation
2831 run : node -r esbuild-register benches/bench.ts
29- token : ${{ secrets.CODSPEED_TOKEN }}
Original file line number Diff line number Diff line change 1313 codspeed :
1414 name : Run benchmarks
1515 runs-on : ubuntu-latest
16+ permissions :
17+ contents : read # required to checkout the repository
18+ id-token : write # required to authenticate with CodSpeed
1619 steps :
1720 - uses : actions/checkout@v4
1821
2831 with :
2932 mode : instrumentation
3033 run : pytest tests/ --codspeed
31- token : ${{ secrets.CODSPEED_TOKEN }}
Original file line number Diff line number Diff line change 1313 codspeed :
1414 name : Run benchmarks
1515 runs-on : ubuntu-latest
16+ permissions :
17+ contents : read # required to checkout the repository
18+ id-token : write # required to authenticate with CodSpeed
1619 steps :
1720 - uses : actions/checkout@v4
1821
3134 with :
3235 mode : instrumentation
3336 run : cargo codspeed run
34- token : ${{ secrets.CODSPEED_TOKEN }}
You can’t perform that action at this time.
0 commit comments