Skip to content

Commit

Permalink
Be verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Feb 19, 2024
1 parent 8f1bc98 commit 0ede8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
git update-ref refs/bm/merge-target HEAD^1
- name: Run benchmarks on newest code
run: asv run --show-stderr --python 3.7 HEAD^-1
run: asv run --show-stderr -vv --python 3.7 HEAD^-1

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

0 comments on commit 0ede8b4

Please sign in to comment.