Skip to content

Commit 3e0fdca

Browse files
authored
Bump Codspeed to v4 (#2540)
* Bump pytest-codspeed lock version * Bump Codspeed GitHub Action to v4 * Use Python 3.14 for benchmarks --------- Co-authored-by: Antonio Spadaro <9268789+ilovelinux@users.noreply.github.com>
1 parent ebd460f commit 3e0fdca

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

.github/workflows/codspeed.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ jobs:
2222
# https://github.com/astral-sh/uv/issues/11006
2323
- uses: actions/setup-python@v4
2424
with:
25-
python-version: "3.13"
25+
python-version: "3.14"
2626
- name: Install the latest version of uv
2727
uses: astral-sh/setup-uv@v5
2828
- name: Install dependencies
2929
run: uv sync --all-extras
3030
- name: Run benchmarks
31-
uses: CodSpeedHQ/action@v3
31+
uses: CodSpeedHQ/action@v4
3232
with:
3333
token: ${{ secrets.CODSPEED_TOKEN }}
3434
run: .venv/bin/pytest tests/ --codspeed -n auto
35+
mode: "instrumentation"

uv.lock

Lines changed: 18 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)