ASV Perch¶
- Author:
A GitHub Action that posts formatted ASV benchmark comparison results as PR comments with statistical significance testing, emoji indicators, and multi-way comparison support.
The action is a presentation layer – it does not build your project or manage environments. Run ASV in whatever environment you need (conda, pixi, virtualenv, Docker, bare metal GPU runners) and hand the result files to the action.
Quick Start¶
- uses: HaoZeke/asv-perch@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
results-path: results/
metadata-file: results/metadata.txt
How-To Guides
Explanation
Community
Development