From 8e908ab3bef044872bd4c8108cc9dc953a96d73a Mon Sep 17 00:00:00 2001 From: Adrien Cacciaguerra Date: Fri, 26 Apr 2024 23:54:11 +0200 Subject: [PATCH] chore(bench): update CodSpeed/action to v2 Upgrading to the v2 of https://github.com/CodSpeedHQ/action will bring a better base run selection algorithm, better logging, and continued support. --- .github/workflows/bench.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 57f926a29..f3ef1a1ce 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -26,7 +26,7 @@ jobs: run: pip install .[bench] - name: Run benchmarks - uses: CodSpeedHQ/action@v1 + uses: CodSpeedHQ/action@v2 with: token: ${{ secrets.CODSPEED_TOKEN }} run: pytest . --codspeed