Skip to content

build(deps): Bump actions/checkout from 5.0.0 to 6.0.0 #139

build(deps): Bump actions/checkout from 5.0.0 to 6.0.0

build(deps): Bump actions/checkout from 5.0.0 to 6.0.0 #139

Workflow file for this run

name: Benchmarks
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
jobs:
benchmarks:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6.0.0
- uses: actions/setup-python@v6
with:
# Python 3.12 for flamegraph support
python-version: "3.12"
- name: Install dependencies
run: pip install ".[bench]"
- name: Run benchmarks
uses: CodSpeedHQ/action@v4
with:
token: ${{ secrets.CODSPEED_TOKEN }}
mode: "instrumentation"
run: pytest benches/*.py --codspeed