Skip to content

Commit af48da7

Browse files
committed
Configure codspeed.
1 parent 752f063 commit af48da7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ on:
1010
jobs:
1111
benchmarks:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
id-token: write
1315
steps:
1416
- uses: actions/checkout@v6
1517
- uses: astral-sh/setup-uv@v7
1618
- uses: CodSpeedHQ/action@v4
1719
with:
18-
mode: instrumentation
19-
token: ${{ secrets.CODSPEED_TOKEN }}
20+
mode: simulation
2021
run: make bench

0 commit comments

Comments
 (0)