Skip to content

build(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 #29

build(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0

build(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 #29

Workflow file for this run

name: Benchmarks
on:
push:
branches:
- master
pull_request:
paths:
- '**.py'
- '.github/workflows/codspeed.yml'
- 'pyproject.toml'
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
PYTHONHASHSEED: "0"
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v6.0.3
with:
fetch-depth: 1
- uses: actions/setup-python@v6.2.0
with:
python-version: "3.14"
- uses: astral-sh/setup-uv@v7
- name: Run benchmarks
uses: CodSpeedHQ/action@v4
with:
token: ${{ secrets.CODSPEED_TOKEN }}
mode: "simulation"
run: uvx --from=pytest --with=".[bench]" pytest benchmarks/test_generation.py --codspeed