From 94d512c38edf80cf7ecada0f96371b284acaa63d Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Sun, 15 Dec 2024 01:32:14 -0500 Subject: [PATCH] ci: Relax benchmark failure threshold --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0349df..4fe24af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,5 +38,5 @@ jobs: env: BENCHMARK_SAVE: 1 run: pytest --benchmark-save=libcove --benchmark-only - - run: pytest --benchmark-only --benchmark-compare=0001 --benchmark-compare-fail=median:0.001 + - run: pytest --benchmark-only --benchmark-compare=0001 --benchmark-compare-fail=mean:1% - uses: coverallsapp/github-action@v2