Skip to content

Commit

Permalink
Debugging benchmarks.yml Github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Dec 3, 2023
1 parent 8c8be9a commit 88181c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ jobs:
uses: actions/configure-pages@v3
- name: Run benchmarks
run: |
git fetch origin main:main
asv machine --yes
asv machine --machine github-actions-runner
asv run --machine github-actions-runner
asv run --machine github-actions-runner main^!
- name: Commit new results to the benchmarks branch
run: |
git add .asv/results
Expand Down
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

// The URL or local path of the source code repository for the
// project being benchmarked
"repo": "https://github.com/sun-data/regridding.git",
"repo": ".",

// The Python project's subdirectory in your repo. If missing or
// the empty string, the project is assumed to be located at the root
Expand Down

0 comments on commit 88181c7

Please sign in to comment.