From 7e21c8c81871dc482004196d46d5e2e02ae1a773 Mon Sep 17 00:00:00 2001 From: s-weigand Date: Sun, 22 Aug 2021 10:12:14 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=9A=87=20Only=20run=20base=20compare?= =?UTF-8?q?=20commit=20and=20last=20HEAD=20commit=20on=20PR=20benchmark?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr_benchmark.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_benchmark.yml b/.github/workflows/pr_benchmark.yml index f75019c17..e1b60598b 100644 --- a/.github/workflows/pr_benchmark.yml +++ b/.github/workflows/pr_benchmark.yml @@ -48,7 +48,8 @@ jobs: git remote add upstream https://github.com/glotaran/pyglotaran git fetch upstream pushd benchmark - asv run v0.4.0^..HEAD --machine gh_action + asv run v0.4.0^..v0.4.0 --machine gh_action + asv run HEAD^..HEAD --machine gh_action asv publish - name: Checkout benchmark result repo From 7b3a571269ebcdb29990d253d1e6e3e400b0b68c Mon Sep 17 00:00:00 2001 From: s-weigand Date: Sun, 22 Aug 2021 10:36:40 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=91=8C=20Update=20comment=20w/o=20del?= =?UTF-8?q?eting=20the=20last=20one?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way we a comment edit history --- .github/workflows/pr_benchmark_reaction.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pr_benchmark_reaction.yml b/.github/workflows/pr_benchmark_reaction.yml index 9f80dd229..eb51ba0f8 100644 --- a/.github/workflows/pr_benchmark_reaction.yml +++ b/.github/workflows/pr_benchmark_reaction.yml @@ -72,7 +72,6 @@ jobs: number: ${{ steps.bench_diff.outputs.pr_nr }} id: benchmark-comment message: ${{ steps.bench_diff.outputs.comment }} - recreate: true - name: Commit PR results env: