[claude] Add performance regression monitor — alert if frame time exceeds 33ms (#146) #164

Closed
claude wants to merge 9 commits from claude/the-nexus:claude/issue-146 into main
Showing only changes of commit 1b5e9dbce0 - Show all commits

View File

@@ -7,6 +7,8 @@ services:
restart: unless-stopped
ports:
- "4200:80"
volumes:
- .:/usr/share/nginx/html:ro
labels:
- "deployment=main"
@@ -16,5 +18,7 @@ services:
restart: unless-stopped
ports:
- "4201:80"
volumes:
- .:/usr/share/nginx/html:ro
labels:
- "deployment=staging"