performance_issue.yml
performance_issue.yml
| Name | About | Labels | Assignees |
|---|---|---|---|
| Performance issue | Slowdown, frame drops, or audio stutter in a specific game or scenario. | performance |
Use this for perf regressions, frame drops, audio stutter, slow boot. For functional bugs (crashes, wrong output), use the Bug report template instead.
Run make benchmark BENCH_ROM=<your rom> from a fresh clone to get a stable wall-clock number that's easier to triage than "it feels slow". See docs/profiling.md.
Where in the game. "Title screen" vs "level 3 with 5 enemies on screen" matter.
Output of make benchmark BENCH_ROM=<your rom> -- frames/sec, ms/frame. Mention CPU + OS so we can sanity-check.
If yes, name the version it was fast in, or the commit/release that broke it. git bisect results welcome.