From 9beab9b4c900448f2b62340fdecf1ec37062e3d2 Mon Sep 17 00:00:00 2001 From: Sam Xie Date: Wed, 19 Jun 2024 11:36:13 -0700 Subject: [PATCH 1/2] Enable benchmark summary for PRs --- .github/workflows/benchmark.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 83b85b939e4..fc2c7949df5 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -37,3 +37,5 @@ jobs: gh-pages-branch: benchmarks fail-on-alert: true alert-threshold: "400%" + # Enable Job Summary for PRs + summary-always: true From ac2022cb9f65aca55aebbf0eb0884c15d536702f Mon Sep 17 00:00:00 2001 From: Sam Xie Date: Fri, 5 Jul 2024 09:08:27 -0700 Subject: [PATCH 2/2] Update .github/workflows/benchmark.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Robert PajÄ…k --- .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 ae8b47d33e6..95d9ea6a2be 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -37,5 +37,5 @@ jobs: gh-pages-branch: benchmarks fail-on-alert: true alert-threshold: "400%" - # Enable Job Summary for PRs + # Add benchmark summary to GitHub workflow run report summary-always: true