-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…7976) **Description:** This PR is to prepare removal of `string-cache`. Actually, this PR does not remove it. Instead, this PR only removes direct usages of `js_word!`s, especially in patterns. **Related issue:** - #4946.
- Loading branch information
Showing
546 changed files
with
7,369 additions
and
9,485 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
Oops, something went wrong.
84cec87
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/bugs-1
285380
ns/iter (± 2726
)278775
ns/iter (± 3622
)1.02
es/full/minify/libraries/antd
1363954658
ns/iter (± 7157316
)1348747650
ns/iter (± 20880960
)1.01
es/full/minify/libraries/d3
294764679
ns/iter (± 6537872
)279315887
ns/iter (± 2735956
)1.06
es/full/minify/libraries/echarts
1096032335
ns/iter (± 6269448
)1085681060
ns/iter (± 10609841
)1.01
es/full/minify/libraries/jquery
89297589
ns/iter (± 390797
)85266846
ns/iter (± 491540
)1.05
es/full/minify/libraries/lodash
104805004
ns/iter (± 947027
)98390273
ns/iter (± 338484
)1.07
es/full/minify/libraries/moment
52828049
ns/iter (± 69931
)50482707
ns/iter (± 295110
)1.05
es/full/minify/libraries/react
18942840
ns/iter (± 192964
)18090868
ns/iter (± 84462
)1.05
es/full/minify/libraries/terser
232318032
ns/iter (± 1329303
)224326908
ns/iter (± 1727218
)1.04
es/full/minify/libraries/three
406556728
ns/iter (± 2309386
)398686673
ns/iter (± 3023189
)1.02
es/full/minify/libraries/typescript
2741127697
ns/iter (± 8581147
)2694968376
ns/iter (± 16756286
)1.02
es/full/minify/libraries/victory
592892850
ns/iter (± 5810473
)607050069
ns/iter (± 5494820
)0.98
es/full/minify/libraries/vue
126982145
ns/iter (± 584424
)122245938
ns/iter (± 1106682
)1.04
es/full/codegen/es3
33886
ns/iter (± 102
)34444
ns/iter (± 107
)0.98
es/full/codegen/es5
34037
ns/iter (± 103
)34379
ns/iter (± 54
)0.99
es/full/codegen/es2015
34004
ns/iter (± 59
)34370
ns/iter (± 68
)0.99
es/full/codegen/es2016
33957
ns/iter (± 101
)34280
ns/iter (± 67
)0.99
es/full/codegen/es2017
34001
ns/iter (± 112
)34466
ns/iter (± 70
)0.99
es/full/codegen/es2018
34075
ns/iter (± 52
)34399
ns/iter (± 79
)0.99
es/full/codegen/es2019
34043
ns/iter (± 87
)34376
ns/iter (± 81
)0.99
es/full/codegen/es2020
34146
ns/iter (± 78
)34410
ns/iter (± 75
)0.99
es/full/all/es3
177598940
ns/iter (± 1154945
)166827572
ns/iter (± 4196051
)1.06
es/full/all/es5
169501722
ns/iter (± 1229149
)158481136
ns/iter (± 3917806
)1.07
es/full/all/es2015
128214555
ns/iter (± 1542772
)119137280
ns/iter (± 829015
)1.08
es/full/all/es2016
127174762
ns/iter (± 1320632
)118384259
ns/iter (± 2056572
)1.07
es/full/all/es2017
126875607
ns/iter (± 1501540
)117639772
ns/iter (± 861769
)1.08
es/full/all/es2018
124317760
ns/iter (± 1004776
)115718330
ns/iter (± 861068
)1.07
es/full/all/es2019
123960431
ns/iter (± 453994
)114049899
ns/iter (± 1136600
)1.09
es/full/all/es2020
120472035
ns/iter (± 408467
)110258029
ns/iter (± 1869779
)1.09
es/full/parser
570220
ns/iter (± 4220
)512638
ns/iter (± 5080
)1.11
es/full/base/fixer
19478
ns/iter (± 174
)18063
ns/iter (± 134
)1.08
es/full/base/resolver_and_hygiene
82084
ns/iter (± 261
)81232
ns/iter (± 229
)1.01
This comment was automatically generated by workflow using github-action-benchmark.