perf: disable CSS pulse animation, measure 0.7% idle baseline (Electrobun)

This commit is contained in:
Hibryda 2026-03-20 01:30:52 +01:00
parent cfc135ffaf
commit 6b4a2494b3
5 changed files with 6 additions and 6 deletions

View file

@ -204,7 +204,7 @@ html, body {
.status-dot.running {
--dot-color: var(--ctp-green);
animation: pulse-dot 2s ease-in-out infinite;
/* animation: pulse-dot 2s ease-in-out infinite; DISABLED for CPU test */
}
.status-dot.idle {
@ -213,7 +213,7 @@ html, body {
.status-dot.stalled {
--dot-color: var(--ctp-peach);
animation: pulse-dot 1.4s ease-in-out infinite;
/* animation: pulse-dot 1.4s ease-in-out infinite; DISABLED for CPU test */
}
@keyframes pulse-dot {