Skip to content

Commit 21a1028

Browse files
authored
Fix codspeed warning (#1527)
1 parent 862696a commit 21a1028

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ jobs:
3939
- uses: hynek/setup-cached-uv@757bedc3f972eb7227a1aa657651f15a8527c817 # v2.3.0
4040

4141
- name: Run CodSpeed benchmarks
42-
uses: CodSpeedHQ/action@2ac572851726409c88c02a307f1ea2632a9ea59b # v4.11.0
42+
uses: CodSpeedHQ/action@281164b0f014a4e7badd2c02cecad9b595b70537 # v4.11.1
4343
with:
44-
mode: instrumentation
44+
mode: simulation
4545
token: ${{ secrets.CODSPEED_TOKEN }}
4646
run: uvx --with tox-uv tox run -e codspeed

0 commit comments

Comments
 (0)