From 576fc577bbd263ec3b21370dff807f0d170f45b8 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Tue, 25 Apr 2023 09:43:16 +0100 Subject: [PATCH] Add benchmarks --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff3ba932..a9a03807 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}