ASV Perch

Author:

Rohit Goswami

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.

asv-perch PR comment

PR comment with regressions, improvements, and summary counts

Multi-way PR comment asv-tachyon Compare

Multi-way compare-many comment

Matching ratios in asv-tachyon Compare

Quick Start

- uses: HaoZeke/asv-perch@v1
  with:
    github-token: ${{ secrets.GITHUB_TOKEN }}
    results-path: results/
    metadata-file: results/metadata.txt

Community

Development