Add benchmarks

This commit is contained in:
Chidi Williams 2023-04-25 09:43:16 +01:00
commit 576fc577bb

View file

@ -243,8 +243,13 @@ jobs:
- name: Store benchmark results
uses: benchmark-action/github-action-benchmark@v1
with:
name: ${{ runner.os }}
tool: 'pytest'
output-file-path: benchmarks.json
github-token: ${{ secrets.GITHUB_TOKEN }}
comment-on-alert: true
summary-always: true
auto-push: true
release:
runs-on: ${{ matrix.os }}