-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An ever Increasing Component ID (#2537)
* Bring changes to this branch. * Child components always render after parents. * Cleanup residual Portal references. * Fix after merge. * Fix trybuild. * Opt for usize. * Strip Generics. * take instead of replace, first instead of front.
- Loading branch information
Showing
6 changed files
with
141 additions
and
210 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
Oops, something went wrong.
62d78d0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yew master branch benchmarks (Lower is better)
yew-struct-keyed 01_run1k
192.5855
173.1495
1.11
yew-struct-keyed 02_replace1k
221.246
190.753
1.16
yew-struct-keyed 03_update10th1k_x16
396.6435
378.332
1.05
yew-struct-keyed 04_select1k
79.553
74.5655
1.07
yew-struct-keyed 05_swap1k
100.9835
90.9495
1.11
yew-struct-keyed 06_remove-one-1k
33.069500000000005
30.694000000000003
1.08
yew-struct-keyed 07_create10k
2401.2574999999997
2047.6115
1.17
yew-struct-keyed 08_create1k-after1k_x2
459.1325
436.2705
1.05
yew-struct-keyed 09_clear1k_x8
224.1385
207.9815
1.08
yew-struct-keyed 21_ready-memory
0.9634475708007812
0.9634475708007812
1
yew-struct-keyed 22_run-memory
1.5048446655273438
1.5048294067382812
1.00
yew-struct-keyed 23_update5-memory
1.4602203369140625
1.4602203369140625
1
yew-struct-keyed 24_run5-memory
1.5095291137695312
1.5052261352539062
1.00
yew-struct-keyed 25_run-clear-memory
1.1240730285644531
1.1272430419921875
1.00
yew-struct-keyed 31_startup-ci
1882.145
1738.04
1.08
yew-struct-keyed 32_startup-bt
36.35199999999999
34.937999999999974
1.04
yew-struct-keyed 34_startup-totalbytes
330.5498046875
330.5498046875
1
This comment was automatically generated by workflow using github-action-benchmark.