performance.en.yml 898 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. name: "🚀 Performance"
  2. description: "Report a performance issue or regression."
  3. title: "[Perf]: "
  4. labels: ["performance"]
  5. body:
  6. - type: textarea
  7. id: summary
  8. attributes:
  9. label: Summary
  10. placeholder: "What is slow and where?"
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: baseline
  15. attributes:
  16. label: Baseline vs Current
  17. placeholder: |
  18. Baseline: 120ms
  19. Current: 600ms
  20. Regression since: v1.2.0
  21. validations:
  22. required: false
  23. - type: textarea
  24. id: steps
  25. attributes:
  26. label: Steps to reproduce / benchmark
  27. placeholder: "Command / script / dataset / input size..."
  28. validations:
  29. required: true
  30. - type: textarea
  31. id: profiling
  32. attributes:
  33. label: Profiling info
  34. placeholder: "Profiler output, flamegraph, timing breakdown..."
  35. validations:
  36. required: false