Skip to content

Added a GitHub action to check the performance of PRs relative to main #6

Added a GitHub action to check the performance of PRs relative to main

Added a GitHub action to check the performance of PRs relative to main #6

Workflow file for this run

name: Benchmarks
on: [push, pull_request]
jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
with:
python-version: "3.12"
- uses: actions/checkout@v3
- run: git fetch origin $GITHUB_BASE_REF:base $GITHUB_REF:pr
- run: pip install asv virtualenv
- run: asv machine --yes
- run: asv continuous base pr -e