Skip to content

Commit

Permalink
run machine information
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed May 30, 2024
1 parent 237530b commit 0736d3a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@ jobs:

- name: Install package with pip
run: pip install -e .


- name: Run ASV benchmarks
run: asv run HASHFILE:hashestobenchmark.txt
run: |
asv machine --yes
asv run HASHFILE:hashestobenchmark.txt
- name: Push ASV results to gh-pages
run: asv gh-pages

0 comments on commit 0736d3a

Please sign in to comment.