Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Cancel remaining fields on exceptions #31

Cancel remaining fields on exceptions

Cancel remaining fields on exceptions #31

Workflow file for this run

name: Performance
on:
push:
branches:
- "main"
pull_request:
workflow_dispatch:
jobs:
benchmarks:
name: 📈 Benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
id: setup-python
with:
python-version: "3.12"
architecture: x64
- name: Install with poetry
run: |
pipx install poetry
poetry env use 3.12
poetry install --with test
- name: Run benchmarks with CodSpeed
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: poetry run pytest tests --benchmark-enable --codspeed
Morty Proxy This is a proxified and sanitized view of the page, visit original site.