Skip to content

Updated CHANGELOG for 0.6.2 #1300

Updated CHANGELOG for 0.6.2

Updated CHANGELOG for 0.6.2 #1300

Workflow file for this run

name: Benchmark
on:
push: { branches: [ "master" ] }
pull_request: { branches: [ "master" ] }
concurrency:
group: benchmark-${{ github.ref }}
cancel-in-progress: true
jobs:
asv:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with: { pixi-version: v0.28.2, environments: asv, activate-environment: true }
- name: Checkout historic performance data
uses: actions/checkout@v4
with: { path: .asv/results, ref: asv }
- name: Run benchmarks
uses: flatsurf/actions/asv@main
with: { packages: pixi }
- name: Update historic performance data
uses: EndBug/add-and-commit@v5
with:
author_name: asv bot
author_email: [email protected]
message: 'record asv run'
cwd: .asv/results
branch: asv
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
if: ${{ github.event_name == 'push' }}
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: .asv/html
target-folder: docs/asv
if: ${{ github.event_name == 'push' }}
env:
MAKEFLAGS: -j4