-
-
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.
yew-router: Dynamic basename. (#3725)
* yew-router: Dynamic basename. * Revisions. * Test location.path and navigator.basename match expectations at each step. * Better coverage of edge case.
- Loading branch information
Showing
3 changed files
with
183 additions
and
17 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
3c7e3e3
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.2
193.9
0.99
yew-hooks-v0.21.0-keyed 02_replace1k
218.6
222.1
0.98
yew-hooks-v0.21.0-keyed 03_update10th1k_x16
93.4
90.6
1.03
yew-hooks-v0.21.0-keyed 04_select1k
41.2
40
1.03
yew-hooks-v0.21.0-keyed 05_swap1k
105.5
105
1.00
yew-hooks-v0.21.0-keyed 06_remove-one-1k
79.7
76
1.05
yew-hooks-v0.21.0-keyed 07_create10k
2211.5
2179
1.01
yew-hooks-v0.21.0-keyed 08_create1k-after1k_x2
221.6
212.8
1.04
yew-hooks-v0.21.0-keyed 09_clear1k_x8
89.8
84.2
1.07
yew-hooks-v0.21.0-keyed 21_ready-memory
2.123171806335449
2.1212377548217773
1.00
yew-hooks-v0.21.0-keyed 22_run-memory
6.310580253601074
6.310763359069824
1.00
yew-hooks-v0.21.0-keyed 23_update5-memory
6.573078155517578
6.573081970214844
1.00
yew-hooks-v0.21.0-keyed 25_run-clear-memory
4.763222694396973
5.130159378051758
0.93
yew-hooks-v0.21.0-keyed 26_run-10k-memory
42.47025775909424
42.794925689697266
0.99
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
444
435.8
1.02
yew-v0.21.0-keyed 01_run1k
192.2
195.1
0.99
yew-v0.21.0-keyed 02_replace1k
214.4
220.9
0.97
yew-v0.21.0-keyed 03_update10th1k_x16
71.5
75.3
0.95
yew-v0.21.0-keyed 04_select1k
16
16.9
0.95
yew-v0.21.0-keyed 05_swap1k
75.5
81.1
0.93
yew-v0.21.0-keyed 06_remove-one-1k
66.1
69.1
0.96
yew-v0.21.0-keyed 07_create10k
2235.9
2195.5
1.02
yew-v0.21.0-keyed 08_create1k-after1k_x2
212.3
213.6
0.99
yew-v0.21.0-keyed 09_clear1k_x8
86.2
87.5
0.99
yew-v0.21.0-keyed 21_ready-memory
2.1482934951782227
2.1193323135375977
1.01
yew-v0.21.0-keyed 22_run-memory
6.247132301330566
6.247616767883301
1.00
yew-v0.21.0-keyed 23_update5-memory
6.338102340698242
6.33714485168457
1.00
yew-v0.21.0-keyed 25_run-clear-memory
4.925570487976074
4.971579551696777
0.99
yew-v0.21.0-keyed 26_run-10k-memory
41.498477935791016
41.572007179260254
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
442.6
449.8
0.98
This comment was automatically generated by workflow using github-action-benchmark.