skills/smithery.ai/adding-benchmarks

adding-benchmarks

Installation
SKILL.md

Adding Benchmarks

When to Use

Use this skill when:

  • Adding new performance benchmarks to a package
  • Creating benchmark tests that should be tracked over time
  • Integrating existing benchmarks into the CI pipeline

Benchmark System Overview

Benchmarks flow through the system as follows:

  1. Generation: Each package produces bench-out/*.bench.json files
  2. Aggregation: bench_merge in root bootstrap.sh combines all files, prefixing names with the package path
  3. Upload: CI caches the merged JSON and GitHub Action uploads to the benchmark dashboard
  4. Display: Results appear at the dashboard with historical tracking

Live dashboard: https://aztecprotocol.github.io/benchmark-page-data/bench/?branch=next

Installs
1
First Seen
Mar 23, 2026
adding-benchmarks from smithery.ai