-
-
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.
File upload - simplify a bit with gloo::file::FileList::from (#3685)
* simplify a little with gloo::file::FileList::from * a little less repetition * trim the web_sys feature flags a bit * drop the clone * more golf * fmt --------- Co-authored-by: Elina <[email protected]>
- Loading branch information
Showing
2 changed files
with
30 additions
and
51 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
8788a4f
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
194.5
186.1
1.05
yew-hooks-v0.21.0-keyed 02_replace1k
221.1
211.3
1.05
yew-hooks-v0.21.0-keyed 03_update10th1k_x16
96.3
86.3
1.12
yew-hooks-v0.21.0-keyed 04_select1k
42.9
38.1
1.13
yew-hooks-v0.21.0-keyed 05_swap1k
115.9
97.6
1.19
yew-hooks-v0.21.0-keyed 06_remove-one-1k
81.4
76
1.07
yew-hooks-v0.21.0-keyed 07_create10k
2201.2
2171
1.01
yew-hooks-v0.21.0-keyed 08_create1k-after1k_x2
224.9
211.9
1.06
yew-hooks-v0.21.0-keyed 09_clear1k_x8
89.7
82.5
1.09
yew-hooks-v0.21.0-keyed 21_ready-memory
2.1515684127807617
2.1226301193237305
1.01
yew-hooks-v0.21.0-keyed 22_run-memory
6.310305595397949
6.260809898376465
1.01
yew-hooks-v0.21.0-keyed 23_update5-memory
6.610221862792969
6.571136474609375
1.01
yew-hooks-v0.21.0-keyed 25_run-clear-memory
5.131223678588867
5.14837646484375
1.00
yew-hooks-v0.21.0-keyed 26_run-10k-memory
42.7772216796875
42.82802867889404
1.00
yew-hooks-v0.21.0-keyed 41_size-uncompressed
168
168
1
yew-hooks-v0.21.0-keyed 42_size-compressed
54.6
54.6
1
yew-hooks-v0.21.0-keyed 43_first-paint
433.9
440.2
0.99
yew-v0.21.0-keyed 01_run1k
190.5
188.6
1.01
yew-v0.21.0-keyed 02_replace1k
216.1
209.4
1.03
yew-v0.21.0-keyed 03_update10th1k_x16
68.3
64.6
1.06
yew-v0.21.0-keyed 04_select1k
15.9
14.8
1.07
yew-v0.21.0-keyed 05_swap1k
75.3
73.3
1.03
yew-v0.21.0-keyed 06_remove-one-1k
64.4
63.5
1.01
yew-v0.21.0-keyed 07_create10k
2188.4
2153.4
1.02
yew-v0.21.0-keyed 08_create1k-after1k_x2
218.2
205.6
1.06
yew-v0.21.0-keyed 09_clear1k_x8
88.4
82.7
1.07
yew-v0.21.0-keyed 21_ready-memory
2.1397790908813477
2.1184768676757812
1.01
yew-v0.21.0-keyed 22_run-memory
6.247590065002441
6.225220680236816
1.00
yew-v0.21.0-keyed 23_update5-memory
6.338171005249023
6.371580123901367
0.99
yew-v0.21.0-keyed 25_run-clear-memory
4.97933292388916
4.891103744506836
1.02
yew-v0.21.0-keyed 26_run-10k-memory
41.577165603637695
41.544267654418945
1.00
yew-v0.21.0-keyed 41_size-uncompressed
166
166
1
yew-v0.21.0-keyed 42_size-compressed
54.4
54.4
1
yew-v0.21.0-keyed 43_first-paint
424.9
433
0.98
This comment was automatically generated by workflow using github-action-benchmark.