-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
152 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
|
||
One observers many observes one - Started/Updated in 35/26 ms. | ||
500 props observing sibling - Started/Updated in 3/5 ms. | ||
Late dependency change - Updated in 59ms. | ||
Unused computables - Updated in 0 ms. | ||
Unused observables - Updated in 9 ms. | ||
Array reduce - Started/Updated in 30/25 ms. | ||
Array loop - Started/Updated in 125/173 ms. | ||
Order system batched: false tracked: true Started/Updated in 448/44 ms. | ||
Order system batched: true tracked: true Started/Updated in 93/43 ms. | ||
Order system batched: false tracked: false Started/Updated in 131/65 ms. | ||
Order system batched: true tracked: false Started/Updated in 110/46 ms. | ||
|
||
Create array - Created in 473ms. | ||
|
||
Create array (non-recursive) Created in 169ms. | ||
Observable with many observers + dispose: 1240ms | ||
expensive sort: created 5023 | ||
expensive sort: updated 15817 | ||
expensive sort: disposed641 | ||
native plain sort: updated 1643 | ||
computed memoization 1ms | ||
create folders 1ms. | ||
create displayfolders 1ms. | ||
create text 271ms. | ||
collapse folder 1ms. | ||
uncollapse folder 0ms. | ||
change name of folder 327ms. | ||
search 47ms. | ||
unsearch 228ms. | ||
reactive folder tree [total] | ||
878ms. | ||
create folders 28ms. | ||
create displayfolders 1ms. | ||
create text 116ms. | ||
collapse folder 3ms. | ||
uncollapse folder 6ms. | ||
change name of folder 10ms. | ||
search 29ms. | ||
unsearch 20ms. | ||
reactive folder tree [total] | ||
214ms. | ||
create boxes 106ms. | ||
mutations 380ms. | ||
total 498ms. | ||
create boxes 118ms. | ||
mutations 945ms. | ||
total 1175ms. | ||
|
||
|
||
Completed performance suite in 30.532 sec. |