-
-
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.
silenced non-normalised element name warnings for SVG elements (#3769)
- Loading branch information
1 parent
6bec0ec
commit 2362fad
Showing
5 changed files
with
44 additions
and
6 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
2362fad
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-hooks-v0.21.0-keyed 01_run1k
191.3
201.6
0.95
yew-hooks-v0.21.0-keyed 02_replace1k
219.3
216.2
1.01
yew-hooks-v0.21.0-keyed 03_update10th1k_x16
103.6
97
1.07
yew-hooks-v0.21.0-keyed 04_select1k
48.2
44.9
1.07
yew-hooks-v0.21.0-keyed 05_swap1k
113.4
109.3
1.04
yew-hooks-v0.21.0-keyed 06_remove-one-1k
80.1
79.8
1.00
yew-hooks-v0.21.0-keyed 07_create10k
2158.1
2219.9
0.97
yew-hooks-v0.21.0-keyed 08_create1k-after1k_x2
219.5
220.4
1.00
yew-hooks-v0.21.0-keyed 09_clear1k_x8
96
99.3
0.97
yew-hooks-v0.21.0-keyed 21_ready-memory
2.1243391036987305
2.124758720397949
1.00
yew-hooks-v0.21.0-keyed 22_run-memory
6.3097944259643555
6.24371337890625
1.01
yew-hooks-v0.21.0-keyed 23_update5-memory
6.571384429931641
6.594074249267578
1.00
yew-hooks-v0.21.0-keyed 25_run-clear-memory
5.114053726196289
5.1737060546875
0.99
yew-hooks-v0.21.0-keyed 26_run-10k-memory
42.78852844238281
42.80021953582764
1.00
yew-hooks-v0.21.0-keyed 41_size-uncompressed
166.8
166.8
1
yew-hooks-v0.21.0-keyed 42_size-compressed
54.5
54.5
1
yew-hooks-v0.21.0-keyed 43_first-paint
450.5
438.6
1.03
yew-v0.21.0-keyed 01_run1k
191.6
204
0.94
yew-v0.21.0-keyed 02_replace1k
219.3
225.3
0.97
yew-v0.21.0-keyed 03_update10th1k_x16
85.2
88.7
0.96
yew-v0.21.0-keyed 04_select1k
27.8
28
0.99
yew-v0.21.0-keyed 05_swap1k
92.3
99
0.93
yew-v0.21.0-keyed 06_remove-one-1k
71.3
78.9
0.90
yew-v0.21.0-keyed 07_create10k
2164.9
2252.5
0.96
yew-v0.21.0-keyed 08_create1k-after1k_x2
216.1
228.2
0.95
yew-v0.21.0-keyed 09_clear1k_x8
94.5
94.7
1.00
yew-v0.21.0-keyed 21_ready-memory
2.1441469192504883
2.12838077545166
1.01
yew-v0.21.0-keyed 22_run-memory
6.219922065734863
6.245858192443848
1.00
yew-v0.21.0-keyed 23_update5-memory
6.323358535766602
6.322515487670898
1.00
yew-v0.21.0-keyed 25_run-clear-memory
4.889327049255371
4.963235855102539
0.99
yew-v0.21.0-keyed 26_run-10k-memory
41.570733070373535
41.536672592163086
1.00
yew-v0.21.0-keyed 41_size-uncompressed
164.4
164.4
1
yew-v0.21.0-keyed 42_size-compressed
54
54
1
yew-v0.21.0-keyed 43_first-paint
422.8
430.3
0.98
This comment was automatically generated by workflow using github-action-benchmark.