Skip to content

Use cached_property for the minor property #48

Use cached_property for the minor property

Use cached_property for the minor property #48

Workflow file for this run

name: CodSpeed
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
permissions: {}
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected]
- name: 🛠 Set up Python 3
uses: actions/setup-python@v5
id: python
with:
python-version: 3.x
- name: Install dependencies
run: make requirements
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: poetry run pytest -x --no-cov -vvvvv --codspeed benchmarks