Skip to content

Commit

Permalink
asv testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivargr committed Apr 30, 2024
1 parent 1cf566f commit e6ef081
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/asv_benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,15 @@ jobs:
git config --global user.name "github action"
#git checkout --orphan benchmarks
git checkout benchmarks
git checkout gh-pages
asv publish
# we only want the files we created
#git rm -r --cached .
git add -f .asv/results/*
mkdir -f docs/asv
cp -R .asv/html/* docs/asv/
git commit -am 'Benchmark results'
- name: Push results to benchmark branch
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tags: true
force: true
branch: benchmarks

0 comments on commit e6ef081

Please sign in to comment.