Skip to content

_find_failures

_find_failures #20

# Generated file: !!! DO NOT EDIT !!!
---
env:
PYPERFORMANCE_HASH: 9164273e5504c410a5be08d8753c91be708fdd9a
PYSTON_BENCHMARKS_HASH: 265655e7f03ace13ec1e00e1ba299179e69f8a00
name: _find_failures
on:
schedule:
- cron: 0 8 * * 0
workflow_dispatch: {}
jobs:
find_failures:
runs-on: ubuntu-latest
steps:
- name: Checkout benchmarking
uses: actions/checkout@v4
- name: Setup system Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: pip
- name: Install dependencies from PyPI
run: python -m pip install -r requirements.txt
- name: Regenerate derived data
run: python -m bench_runner find_failures > failures.md
env:
GH_TOKEN: ${{ github.token }}
- name: Add to repo
uses: EndBug/add-and-commit@v9
with:
add: "['failures.md']"
message: Benchmarking failures