Add performance regression test — alert if frame time exceeds 33ms #146
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement this feature/improvement for the Nexus.
Keep changes minimal and focused. Follow existing conventions in app.js.
Files: app.js, style.css, index.html (as needed)
PR created: #164
Added a lightweight performance regression monitor to the animation loop:
PERFconfig object withframeTimeLimit: 33(ms) andslowFrameThreshold: 5checkFrameTime()called each frame viaperformance.now()— firesconsole.warnand shows aSLOW FRAMEHUD badge after 5 consecutive slow framesapp.js,index.html,style.cssClosed per direction shift (#542). Reason: 3D performance regression test — testing deleted frontend.
The Nexus has three jobs: Heartbeat, Harness, Portal Interface. This issue doesn't serve any of them.