From b953319dd4d3d4aa0a0f8a118438468c108fcde3 Mon Sep 17 00:00:00 2001 From: Sebastian Weigand Date: Fri, 2 Jul 2021 22:16:38 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Compare=20benchmarks=20to=200.4.?= =?UTF-8?q?0=20instead=20if=20upstream/main=20(#728)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr_benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_benchmark.yml b/.github/workflows/pr_benchmark.yml index 9297cf137..0224ee3d0 100644 --- a/.github/workflows/pr_benchmark.yml +++ b/.github/workflows/pr_benchmark.yml @@ -73,7 +73,7 @@ jobs: pr_nr = os.environ.get("PR_NR") diff_result = subprocess.run( - ["asv", "--config=benchmark/asv.conf.json", "compare", "upstream/main", "HEAD"], + ["asv", "--config=benchmark/asv.conf.json", "compare", "v0.4.0", "HEAD"], capture_output=True, ) comment = f"""\