Skip to content

bugfix history.rst

bugfix history.rst #66

Workflow file for this run

name: CodSpeed
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
codspeed:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
cache: pip
- name: Install dependencies
run: |
python -Im pip install --upgrade pip
python -Im pip install -e .
python -Im pip install pytest pytest-asyncio pytest-codspeed
- name: Run benchmarks
uses: CodSpeedHQ/action@v4
with:
mode: simulation
run: pytest telnetlib3/tests/test_benchmarks.py --codspeed -o "addopts="