feat: improve performance panel
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 1m54s

This commit is contained in:
2024-04-25 18:40:45 +02:00
parent 66ae9e6c72
commit bd359fbaf7
10 changed files with 185 additions and 88 deletions

View File

@@ -42,6 +42,7 @@ export function createPerformanceStore(): PerformanceStore {
});
data.runs.push(currentRun);
data.runs = data.runs.slice(-100);
currentRun = undefined;
if (set) set(data);
}