perf-analyzer
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseperf-analyzer
perf-analyzer
Synthesize performance investigation results into clear recommendations.
Follow as the canonical contract.
docs/perf-requirements.md将性能调查结果整合为清晰的建议。
请以作为标准约定。
docs/perf-requirements.mdInputs
输入
- Baseline data
- Experiment results
- Profiling evidence
- Hypotheses tested
- Breaking point results
- 基准数据
- 实验结果
- 性能分析证据
- 已验证的假设
- 断点测试结果
Output Format
输出格式
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>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>Constraints
约束条件
- Only cite evidence that exists in logs or code.
- If data is insufficient, say so and request a re-run.
- 仅引用日志或代码中存在的证据。
- 如果数据不足,请说明并要求重新运行。