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

@ -4,8 +4,8 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Svelte App</title> <title>Svelte App</title>
<script type="module" crossorigin src="/assets/index-D-cE0ySN.js"></script> <script type="module" crossorigin src="/assets/index-DDde1xRO.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DpJ88YKe.css"> <link rel="stylesheet" crossorigin href="/assets/index-BkHCMgkQ.css">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

View file

@ -204,7 +204,7 @@ html, body {
.status-dot.running { .status-dot.running {
--dot-color: var(--ctp-green); --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 { .status-dot.idle {
@ -213,7 +213,7 @@ html, body {
.status-dot.stalled { .status-dot.stalled {
--dot-color: var(--ctp-peach); --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 { @keyframes pulse-dot {