Skip to content

feat(philosophy): expand to 12-principle QWED constitution + CI boundary gate #48

feat(philosophy): expand to 12-principle QWED constitution + CI boundary gate

feat(philosophy): expand to 12-principle QWED constitution + CI boundary gate #48

Workflow file for this run

name: CodSpeed Benchmarks
on:
push:
branches:
- "main"
pull_request:
# Allow CodSpeed to trigger backtest performance analysis
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
pip install pytest-codspeed
- name: Run benchmarks
uses: CodSpeedHQ/action@9d332c4d90b43981c3e55ae8e38e68709996240f # v4.17.0
with:
mode: simulation
run: pytest tests/benchmarks/ --codspeed