Skip to content

[Feature] Add saga attemptes supporintg (#46) #12

[Feature] Add saga attemptes supporintg (#46)

[Feature] Add saga attemptes supporintg (#46) #12

Workflow file for this run

name: CodSpeed
on:
push:
branches:
- "main"
- "master"
pull_request:
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 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
- name: Run benchmarks
uses: CodSpeedHQ/action@v4
with:
mode: simulation
run: pytest benchmarks/ --codspeed