Skip to content

build(deps-dev): bump mkdocs-section-index from 0.3.10 to 0.3.11 #1099

build(deps-dev): bump mkdocs-section-index from 0.3.10 to 0.3.11

build(deps-dev): bump mkdocs-section-index from 0.3.10 to 0.3.11 #1099

Workflow file for this run

name: codspeed-benchmarks
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
# `workflow_dispatch` allows CodSpeed to trigger backtest
# performance analysis in order to generate initial data.
workflow_dispatch:
jobs:
benchmarks:
permissions:
contents: read
id-token: write
runs-on: codspeed-macro
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: "3.11"
- name: Install Poetry
uses: snok/install-poetry@v1.4
with:
version: 2.3.2
virtualenvs-create: false
- name: Poetry details
run: |
poetry --version
poetry config --list
- name: Install dependencies
run: poetry install --extras "all"
- name: Run benchmarks
uses: CodSpeedHQ/action@v4
with:
mode: walltime
run: poetry run pytest benchmarks/ --codspeed