Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 29, 2021
1 parent 333acb5 commit bf820b7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog
## [unreleased]

### Documentation



- **(es/ast)** Improve rustdoc (#3142) ([333acb5](https://github.com/swc-project/swc/commit/333acb56223139817c1df0c8b3763190b55a6295))

### Refactor



- **(*)** Drop unused dependencies (#3138) ([72c9636](https://github.com/swc-project/swc/commit/72c963662d63338235378d71ee856c782cdeddfe))

## [1.2.124] - 2021-12-29

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/swc_ecma_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_ecma_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.60.3"
version = "0.60.4"

[package.metadata.docs.rs]
all-features = true
Expand Down

1 comment on commit bf820b7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: bf820b7 Previous: 333acb5 Ratio
full_es2015 232497571 ns/iter (± 19507291) 182899949 ns/iter (± 5604550) 1.27
full_es2016 190812113 ns/iter (± 17394859) 150349950 ns/iter (± 5079753) 1.27
full_es2017 198112003 ns/iter (± 24458538) 153057250 ns/iter (± 5070718) 1.29
full_es2018 194547549 ns/iter (± 23191396) 151789170 ns/iter (± 5384719) 1.28
full_es2019 190742393 ns/iter (± 21133140) 150479518 ns/iter (± 4351663) 1.27
full_es2020 192355570 ns/iter (± 24734431) 151223755 ns/iter (± 7717388) 1.27
full_es3 264098973 ns/iter (± 28958163) 209330033 ns/iter (± 34921654) 1.26
full_es5 250107477 ns/iter (± 18918312) 192477686 ns/iter (± 11765874) 1.30
parser 902933 ns/iter (± 78553) 685226 ns/iter (± 17633) 1.32

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.