1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-02-03 15:00:50 +03:00

More accurate app-init benchmark

This commit is contained in:
Lim Chee Aun 2024-09-16 14:16:17 +08:00
parent a6daf19b80
commit e4474d2d4d

View file

@ -416,12 +416,13 @@ function App() {
} finally {
setIsLoggedIn(true);
setUIState('default');
__BENCHMARK.end('app-init');
}
})();
} else {
setUIState('default');
__BENCHMARK.end('app-init');
}
__BENCHMARK.end('app-init');
}
// Cleanup