Skip to content

chore(deps-dev): bump starlette from 1.0.0 to 1.1.0 (#488) #10

chore(deps-dev): bump starlette from 1.0.0 to 1.1.0 (#488)

chore(deps-dev): bump starlette from 1.0.0 to 1.1.0 (#488) #10

Workflow file for this run

name: CodSpeed
on:
push:
branches: [main]
pull_request:
# `workflow_dispatch` allows CodSpeed to trigger backtest
# performance analysis in order to generate initial data.
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
id-token: write
jobs:
codspeed:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
with:
enable-cache: true
prune-cache: false
- name: Set up Python
run: uv python install '3.14'
- name: Prepare project for development
run: uv sync
- name: Run benchmarks
uses: CodSpeedHQ/action@3194d9a39c4d46684cb44bf7207fc56626aad8fd # v4.15.1
with:
mode: simulation
run: uv run pytest tests/test_benchmarks.py --codspeed