Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Perf Baseline Manager

Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version.

majiayu000 e519f9f 2 files · 2.1 KB Updated 567 repo stars

File contents

perf-baseline-manager

Manage baseline storage and comparison.

Follow docs/perf-requirements.md as the canonical contract.

Required Rules

  • One baseline JSON per version.
  • Store under {state-dir}/perf/baselines/<version>.json.
  • Record metrics + environment metadata.

Output Format

baseline_version: <version>
metrics: <summary>
file: <path>

Constraints

  • Overwrite older baseline for the same version.
  • Do not create multiple files for one version.

majiayu000/claude-skill-registry-data/tree/main/other/baseline commit e519f9f93f

Frequently asked questions

npx skillmds add majiayu000/perf-baseline-manager