-
-
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.
swc_visit_macros: - Remove `&dyn Node` from `Visit`. - Implement `VisitWith<V>` for `[T]`.
- Loading branch information
Showing
78 changed files
with
1,316 additions
and
1,442 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,5 +57,6 @@ rust-toolchain | |
.husky/ | ||
.prettierrc | ||
crates/ | ||
packages/ | ||
cspell.json | ||
deny.toml |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
e48263b
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
full_es2015
180947048
ns/iter (± 7435188
)174448729
ns/iter (± 5464821
)1.04
full_es2016
145623904
ns/iter (± 4980080
)135495008
ns/iter (± 4690202
)1.07
full_es2017
150979140
ns/iter (± 5571700
)144857395
ns/iter (± 9972349
)1.04
full_es2018
150240700
ns/iter (± 5049876
)140320111
ns/iter (± 11548489
)1.07
full_es2019
148393449
ns/iter (± 5020455
)141911868
ns/iter (± 8324528
)1.05
full_es2020
147999639
ns/iter (± 4898360
)142655588
ns/iter (± 12188858
)1.04
full_es3
204631708
ns/iter (± 14322455
)214003322
ns/iter (± 21647041
)0.96
full_es5
192022259
ns/iter (± 10126170
)191582972
ns/iter (± 10595994
)1.00
parser
686465
ns/iter (± 29632
)653378
ns/iter (± 19915
)1.05
This comment was automatically generated by workflow using github-action-benchmark.