with one click
perf-analyzer
// Use when synthesizing perf findings into evidence-backed recommendations and decisions.
// Use when synthesizing perf findings into evidence-backed recommendations and decisions.
Use when generating performance hypotheses backed by git history and code evidence.
Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version.
Use when running performance benchmarks, establishing baselines, or validating regressions with sequential runs. Enforces 60s minimum runs (30s only for binary search) and no parallel benchmarks.
Use when mapping code paths, entrypoints, and likely hot files before profiling.
Use when appending structured perf investigation notes and evidence.
Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence.
| name | perf-analyzer |
| description | Use when synthesizing perf findings into evidence-backed recommendations and decisions. |
| version | 5.1.0 |
Synthesize performance investigation results into clear recommendations.
Follow docs/perf-requirements.md as the canonical contract.
summary: <2-3 sentences>
recommendations:
- <actionable recommendation 1>
- <actionable recommendation 2>
abandoned:
- <hypothesis or experiment that failed>
next_steps:
- <if user should continue or stop>