Skip to content

Commit

Permalink
🚇 Only run base compare commit and last HEAD commit on PR benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Aug 22, 2021
1 parent b960a98 commit 7e21c8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e21c8c

Please sign in to comment.