Skip to content

chore(deps): bump CodSpeedHQ/action from 4.10.5 to 4.10.6 #247

chore(deps): bump CodSpeedHQ/action from 4.10.5 to 4.10.6

chore(deps): bump CodSpeedHQ/action from 4.10.5 to 4.10.6 #247

Workflow file for this run

name: CodSpeed
permissions:
contents: read
on:
push:
branches:
- "main"
paths:
- "commit_check/**"
- "tests/**"
- ".github/workflows/codspeed.yml"
- "pyproject.toml"
pull_request:
branches:
- "main"
paths:
- "commit_check/**"
- "tests/**"
- ".github/workflows/codspeed.yml"
- "pyproject.toml"
# `workflow_dispatch` allows CodSpeed to trigger backtest
# performance analysis in order to generate initial data.
workflow_dispatch:
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.13"
- name: Install dependencies
run: pip install -e .[test]
- name: Run benchmarks
uses: CodSpeedHQ/action@4deb3275dd364fb96fb074c953133d29ec96f80f # v4.10.6
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest tests/ --codspeed
mode: simulation # https://codspeed.io/docs/instruments