Skip to content

Commit

Permalink
Specify path to asv config file
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Jul 28, 2023
1 parent 9d7ec77 commit d7670b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/asv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
push:
branches: [ main ]

env:
ASV_CONFIG: benchmarks/asv.config.json

jobs:
install-python:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -37,6 +40,6 @@ jobs:
- name: Change to benchmarks directory
run: cd benchmarks/
- name: Run benchmarks with asv
run: asv run
run: asv run --config $ASV_CONFIG
- name: Publish results to GH-pages
run: asv gh-pages
run: asv gh-pages --config $ASV_CONFIG

0 comments on commit d7670b8

Please sign in to comment.