Skip to content

Commit

Permalink
🩹 Compare benchmarks to 0.4.0 instead if upstream/main (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand authored Jul 2, 2021
1 parent 2441246 commit b953319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"""\
Expand Down

0 comments on commit b953319

Please sign in to comment.