-
-
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.
Rework a bunch of cfg(feature) flags to be more principled (#2666)
* rework a bunch of feature flags to be more principled * fixup of Collectable * silence clippy * unfix Mountable trait leads to bundle size increase, so stick to the optimized version * use required-features for function_router * use --all-features in various places * disable tokio dependency on wasm tests again * add some #[inline] annotations * merge one more feature annotations * fixup: remove a line connected to trace_hydration
- Loading branch information
1 parent
64e2582
commit 1d579a8
Showing
49 changed files
with
362 additions
and
398 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
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 |
---|---|---|
|
@@ -34,5 +34,4 @@ yew = { path = "../yew" } | |
[build-dependencies] | ||
|
||
[features] | ||
doc_test = [] | ||
lints = [] |
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
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
Oops, something went wrong.
1d579a8
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
154.59699999999998
241.63
0.64
yew-struct-keyed 02_replace1k
163.981
246.188
0.67
yew-struct-keyed 03_update10th1k_x16
249.861
461.602
0.54
yew-struct-keyed 04_select1k
39.646
81.29599999999999
0.49
yew-struct-keyed 05_swap1k
57.77
106.9075
0.54
yew-struct-keyed 06_remove-one-1k
22.75
35.332
0.64
yew-struct-keyed 07_create10k
2640.744
3940.698
0.67
yew-struct-keyed 08_create1k-after1k_x2
348.0135
579.2225
0.60
yew-struct-keyed 09_clear1k_x8
144.3865
229.027
0.63
yew-struct-keyed 21_ready-memory
1.459808349609375
1.459808349609375
1
yew-struct-keyed 22_run-memory
1.6990852355957031
1.659912109375
1.02
yew-struct-keyed 23_update5-memory
1.6686859130859375
1.700092315673828
0.98
yew-struct-keyed 24_run5-memory
1.7175369262695312
1.7315826416015625
0.99
yew-struct-keyed 25_run-clear-memory
1.3325920104980469
1.3325920104980469
1
yew-struct-keyed 31_startup-ci
1729.296
1882.66
0.92
yew-struct-keyed 32_startup-bt
23.675999999999995
41.3
0.57
yew-struct-keyed 33_startup-mainthreadcost
203.70800000000008
260.676
0.78
yew-struct-keyed 34_startup-totalbytes
328.7373046875
328.7412109375
1.00
This comment was automatically generated by workflow using github-action-benchmark.