Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

env:
UV_FROZEN: true
UV_PYTHON: 3.13 # use the latest version of Python because it is faster FIXME(@MarshalX): update to 3.14 when CodSpeed supports it
UV_PYTHON: 3.14
RUST_VERSION: "1.90.0"

jobs:
Expand Down Expand Up @@ -79,6 +79,6 @@ jobs:
- name: Run CodSpeed benchmarks.
uses: CodSpeedHQ/action@v4
with:
mode: instrumentation
mode: simulation
token: ${{ secrets.CODSPEED_TOKEN }}
run: uv run --group=codspeed pytest . --codspeed -n auto
run: uv run --group=codspeed pytest . --codspeed
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ testing = [
'pytest-xdist==3.8.0; python_version >= "3.9"',
]
codspeed = [
# only run on CI with the latest Python version FIXME(@MarshalX): update to 3.14 when CodSpeed supports it
'pytest-codspeed==4.1.1; python_version == "3.13" and implementation_name == "cpython"',
# only run on CI with the latest Python version
'pytest-codspeed==4.2.0; python_version == "3.14" and implementation_name == "cpython"',
]

all = [
Expand Down
48 changes: 26 additions & 22 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.