From 744a68d5062e00e53492f03406604e9c540b9af3 Mon Sep 17 00:00:00 2001 From: Oblivion Date: Wed, 23 Mar 2022 18:19:39 +0000 Subject: [PATCH 1/2] disable benchmark action failure --- docs/{ => public}/performance/benchmarks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/{ => public}/performance/benchmarks.rst (69%) 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. From 0efea288b1ce42698a406f2e15d1c4a976a9ebbb Mon Sep 17 00:00:00 2001 From: Ehsan Saei <71217171+esigo@users.noreply.github.com> Date: Wed, 23 Mar 2022 19:22:07 +0100 Subject: [PATCH 2/2] disable fail on alert --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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