Skip to content

Commit

Permalink
Get asv to run pypy3 correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Feb 22, 2021
1 parent fed735c commit 12461dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
git update-ref refs/bm/merge-target HEAD^1
- name: Run benchmarks on newest code
run: asv run HEAD^-1
run: asv run --python ${{ matrix.python-version }} HEAD^-1

- name: Check out previous code
run: git checkout --force refs/bm/merge-target

- name: Run benchmarks on previous code
run: asv run HEAD^-1
run: asv run --python ${{ matrix.python-version }} HEAD^-1

- name: Compare benchmarks on previous & newest code
run: asv compare refs/bm/merge-target refs/bm/pr
Expand Down

0 comments on commit 12461dd

Please sign in to comment.