perf-analyzer

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

perf-analyzer

perf-analyzer

Synthesize performance investigation results into clear recommendations.
Follow
docs/perf-requirements.md
as the canonical contract.
将性能调查结果整合为清晰的建议。
请以
docs/perf-requirements.md
作为标准约定。

Inputs

输入

  • 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.
  • 仅引用日志或代码中存在的证据。
  • 如果数据不足,请说明并要求重新运行。