Skip to content

build(deps-dev): bump the pip group with 3 updates #641

build(deps-dev): bump the pip group with 3 updates

build(deps-dev): bump the pip group with 3 updates #641

Workflow file for this run

name: Benchmark
on:
push:
branches-ignore:
- "dependabot/**"
- "pre-commit-ci-update-config"
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
benchmark:
name: Benchmark ${{ matrix.archs }} ${{ matrix.build }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04]
archs: ["x86_64"]
build: ["manylinux"]
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v6
with:
submodules: recursive
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v7
- name: Build wheel
uses: pypa/[email protected]
env:
CIBW_ARCHS: "${{ matrix.archs }}"
CIBW_BUILD: "cp312-${{ matrix.build }}*"
- uses: wntrblm/[email protected]
name: Install Nox
with:
python-versions: "3.12"
- name: Install dependencies
run: nox -s benchmark --install-only -- --wheel wheelhouse/*.whl
- name: Run benchmark
uses: CodSpeedHQ/action@v4
with:
mode: instrumentation
run: nox -s benchmark --reuse-existing-virtualenvs --no-install -- -v