From 0c9aecea7af2f3f835f79397feb1436f8d51cc25 Mon Sep 17 00:00:00 2001 From: Ehsan Saei <71217171+esigo@users.noreply.github.com> Date: Thu, 24 Mar 2022 16:45:38 +0100 Subject: [PATCH] Disable benchmark action failure (#1284) --- .github/workflows/benchmark.yml | 2 +- docs/{ => public}/performance/benchmarks.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename docs/{ => public}/performance/benchmarks.rst (69%) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index cc685faffd..d6b12b82d0 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -67,6 +67,6 @@ jobs: # Show alert with commit comment on detecting possible performance regression alert-threshold: '200%' comment-on-alert: true - fail-on-alert: true + fail-on-alert: false gh-pages-branch: gh-pages benchmark-data-dir-path: benchmarks diff --git a/docs/performance/benchmarks.rst b/docs/public/performance/benchmarks.rst similarity index 69% rename from docs/performance/benchmarks.rst rename to docs/public/performance/benchmarks.rst index 0f1044be42..39b13571dc 100644 --- a/docs/performance/benchmarks.rst +++ b/docs/public/performance/benchmarks.rst @@ -3,4 +3,4 @@ Performance Tests - Benchmarks Click `here `_ to view the latest performance benchmarks for packages in this repo. -Please note that the flutation in the results are mainly because [machines with different CPUs](https://github.com/benchmark-action/github-action-benchmark/issues/79) are used for tests. +Please note that the flutation in the results are mainly because `machines with different CPUs `_ are used for tests.