返回 Skill 列表
extension
分类: 开发与工程无需 API Key

perf-baseline-manager

用于管理性能基线、整合结果或比较版本。确保每个版本有一个基线JSON。

person作者: jakexiaohubgithub

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.