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:
parent
a6daf19b80
commit
e4474d2d4d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue