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 19, 2021
1 parent f21af5b commit 46994e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@



- **(es/lints)** Implement simple validations (#2763) ([f21af5b](https://github.com/swc-project/swc/commit/f21af5bcd600aa94f8bd99b1250524bbc823662c))


- **(es/preset-env)** Upgrade `browserslist-rs` (#3069) ([a1b315a](https://github.com/swc-project/swc/commit/a1b315a114d63aa06856de63d02070d471c271d0))

## [1.2.121] - 2021-12-19
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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc"
repository = "https://github.com/swc-project/swc.git"
version = "0.97.2"
version = "0.97.3"

[lib]
name = "swc"
Expand Down

1 comment on commit 46994e0

@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: 46994e0 Previous: 23742e3 Ratio
full_es2015 187536972 ns/iter (± 24964500) 204643966 ns/iter (± 9078293) 0.92
full_es2016 129433059 ns/iter (± 21689541) 166097396 ns/iter (± 6788921) 0.78
full_es2017 157279917 ns/iter (± 29123659) 169304427 ns/iter (± 6489827) 0.93
full_es2018 157384992 ns/iter (± 27772420) 169655189 ns/iter (± 7713604) 0.93
full_es2019 130492578 ns/iter (± 9311101) 167265106 ns/iter (± 7131577) 0.78
full_es2020 129468050 ns/iter (± 7431969) 166529018 ns/iter (± 7781811) 0.78
full_es3 189342190 ns/iter (± 28932563) 234585245 ns/iter (± 19711903) 0.81
full_es5 174356016 ns/iter (± 8796922) 215947106 ns/iter (± 10259434) 0.81
parser 592287 ns/iter (± 35225) 794978 ns/iter (± 25079) 0.75

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

Please sign in to comment.