perf: disable CSS pulse animation, measure 0.7% idle baseline (Electrobun)
This commit is contained in:
parent
cfc135ffaf
commit
6b4a2494b3
5 changed files with 6 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue