asv-tachyon#

Modern web UI for airspeed velocity results.

Drop-in shell over the same static tree asv publish already writes (index.json, graphs/**, regressions.json). No server-side app, no new result format.

asv-tachyon Overview — performance atlas with sparklines

Overview — sparkline tiles over published ASV graphs

Install#

pip install asv-tachyon
asv publish
asv-tachyon serve .asv/html --open

Or replace the legacy index.html in place:

asv-tachyon install .asv/html
asv-tachyon serve .asv/html

Demo without a project:

asv-tachyon serve fixtures/sample_site --open

Views#

  • Overview — fluid sparkline atlas, search, light/dark themes

  • Explore — full uPlot series, recent points, source snippet

  • Compare — pairwise ratios with the same factor semantics as asv compare / asv-spyglass (env or revision pairs)

  • Regressionsregressions.json table with interactive factor threshold

  • Inventory — added / removed / version-bumped over published params or two dropped ASV result JSON files (same classify as asv-spyglass env-diff)

Ecosystem#

Indices#