perf-loop
Installation
SKILL.md
Performance loop
- Choose a stable benchmark and preserve its identity and workload.
- Record a statistically useful baseline.
- Profile the hot path before editing.
- Implement one bounded optimization.
- Re-run the same benchmark and correctness checks.
- Keep the change only when the improvement is reproducible and no contract regresses.
- Use a new benchmark identifier for a materially different workload.
- Run
review.
Do not report performance gains from debug builds or incomparable fixtures.