-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(visit): Add path-aware variants (#5073)
- Loading branch information
Showing
12 changed files
with
1,428 additions
and
213 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
tests/expanded.rs |
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.
204d742
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.
Benchmark
es/full/minify/libraries/antd
1645568957
ns/iter (± 20887065
)1709850932
ns/iter (± 19143363
)0.96
es/full/minify/libraries/d3
409586322
ns/iter (± 10587627
)452432463
ns/iter (± 8575740
)0.91
es/full/minify/libraries/echarts
1613964429
ns/iter (± 23749483
)1768362844
ns/iter (± 40313249
)0.91
es/full/minify/libraries/jquery
88593617
ns/iter (± 2852172
)107269738
ns/iter (± 8163001
)0.83
es/full/minify/libraries/lodash
123223614
ns/iter (± 8104909
)128038376
ns/iter (± 7559327
)0.96
es/full/minify/libraries/moment
57572524
ns/iter (± 2470404
)60446458
ns/iter (± 2332435
)0.95
es/full/minify/libraries/react
18979194
ns/iter (± 601944
)20090679
ns/iter (± 871301
)0.94
es/full/minify/libraries/terser
596416211
ns/iter (± 9483327
)639509804
ns/iter (± 10616103
)0.93
es/full/minify/libraries/three
538408911
ns/iter (± 9380599
)589347237
ns/iter (± 9485970
)0.91
es/full/minify/libraries/typescript
3402142739
ns/iter (± 64459217
)3548924747
ns/iter (± 92142353
)0.96
es/full/minify/libraries/victory
704827816
ns/iter (± 10928979
)728756729
ns/iter (± 7150920
)0.97
es/full/minify/libraries/vue
131182834
ns/iter (± 4165899
)147946322
ns/iter (± 10505545
)0.89
es/full/codegen/es3
31180
ns/iter (± 636
)30999
ns/iter (± 495
)1.01
es/full/codegen/es5
31251
ns/iter (± 779
)30980
ns/iter (± 337
)1.01
es/full/codegen/es2015
31202
ns/iter (± 1753
)30970
ns/iter (± 787
)1.01
es/full/codegen/es2016
31286
ns/iter (± 1127
)30716
ns/iter (± 427
)1.02
es/full/codegen/es2017
31214
ns/iter (± 1544
)30911
ns/iter (± 545
)1.01
es/full/codegen/es2018
31321
ns/iter (± 729
)30868
ns/iter (± 673
)1.01
es/full/codegen/es2019
31305
ns/iter (± 909
)30690
ns/iter (± 1103
)1.02
es/full/codegen/es2020
31681
ns/iter (± 346
)30764
ns/iter (± 1121
)1.03
es/full/all/es3
187827533
ns/iter (± 4162476
)187922163
ns/iter (± 8874832
)1.00
es/full/all/es5
177806990
ns/iter (± 4975691
)178486964
ns/iter (± 10751446
)1.00
es/full/all/es2015
144996657
ns/iter (± 6308711
)151532604
ns/iter (± 6414266
)0.96
es/full/all/es2016
144627665
ns/iter (± 4798638
)153911911
ns/iter (± 7050760
)0.94
es/full/all/es2017
144693521
ns/iter (± 4574964
)149999546
ns/iter (± 4935623
)0.96
es/full/all/es2018
145268118
ns/iter (± 4670133
)145324516
ns/iter (± 6069998
)1.00
es/full/all/es2019
143915531
ns/iter (± 4705254
)138313292
ns/iter (± 3764771
)1.04
es/full/all/es2020
131923862
ns/iter (± 3104832
)137475945
ns/iter (± 6069616
)0.96
es/full/parser
761028
ns/iter (± 56598
)757426
ns/iter (± 16589
)1.00
es/full/base/fixer
28793
ns/iter (± 2972
)28626
ns/iter (± 825
)1.01
es/full/base/resolver_and_hygiene
87979
ns/iter (± 1405
)88676
ns/iter (± 4548
)0.99
serialization of ast node
215
ns/iter (± 3
)214
ns/iter (± 3
)1.00
serialization of serde
228
ns/iter (± 5
)223
ns/iter (± 6
)1.02
This comment was automatically generated by workflow using github-action-benchmark.