performance.zh.yml 919 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. name: "🚀 性能问题"
  2. description: "反馈性能下降或耗时过长的问题。"
  3. title: "[Perf]: "
  4. labels: ["performance"]
  5. body:
  6. - type: textarea
  7. id: summary
  8. attributes:
  9. label: 问题概述
  10. placeholder: "哪里慢?慢到什么程度?"
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: baseline
  15. attributes:
  16. label: 基线 vs 当前
  17. placeholder: |
  18. 基线: 120ms
  19. 当前: 600ms
  20. 从哪个版本开始变慢: v1.2.0
  21. validations:
  22. required: false
  23. - type: textarea
  24. id: steps
  25. attributes:
  26. label: 复现步骤 / benchmark
  27. placeholder: "命令 / 脚本 / 数据集 / 输入大小..."
  28. validations:
  29. required: true
  30. - type: textarea
  31. id: profiling
  32. attributes:
  33. label: Profiling 信息
  34. placeholder: "Profiler 输出、火焰图、耗时拆分..."
  35. validations:
  36. required: false