Skip to content

Commit

Permalink
chore: Publish v1.2.133
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 20, 2022
1 parent c069c78 commit 848e9c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license = "Apache-2.0"
name = "wasm"
publish = false
repository = "https://github.com/swc-project/swc.git"
version = "1.2.132"
version = "1.2.133"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swc/core",
"version": "1.2.132",
"version": "1.2.133",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down

2 comments on commit 848e9c8

@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: 848e9c8 Previous: e2424af Ratio
full_es2015 184787762 ns/iter (± 13840971) 162990331 ns/iter (± 5229257) 1.13
full_es2016 195562406 ns/iter (± 15205476) 165921296 ns/iter (± 6796247) 1.18
full_es2017 200509990 ns/iter (± 46552492) 165245278 ns/iter (± 6066986) 1.21
full_es2018 201493723 ns/iter (± 18402474) 164134590 ns/iter (± 6503930) 1.23
full_es2019 203749417 ns/iter (± 18051971) 163546925 ns/iter (± 5852154) 1.25
full_es2020 175349329 ns/iter (± 13642303) 151551627 ns/iter (± 3622233) 1.16
full_es3 230931674 ns/iter (± 43838873) 211183545 ns/iter (± 6409513) 1.09
full_es5 244988590 ns/iter (± 42881406) 203599096 ns/iter (± 10520999) 1.20
parser 808577 ns/iter (± 174601) 676812 ns/iter (± 19282) 1.19

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

@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: 848e9c8 Previous: e2424af Ratio
full_es2015 181263582 ns/iter (± 19722588) 162990331 ns/iter (± 5229257) 1.11
full_es2016 189894085 ns/iter (± 29697047) 165921296 ns/iter (± 6796247) 1.14
full_es2017 194205306 ns/iter (± 11292924) 165245278 ns/iter (± 6066986) 1.18
full_es2018 190216951 ns/iter (± 13690881) 164134590 ns/iter (± 6503930) 1.16
full_es2019 190817714 ns/iter (± 15651610) 163546925 ns/iter (± 5852154) 1.17
full_es2020 172569321 ns/iter (± 10949976) 151551627 ns/iter (± 3622233) 1.14
full_es3 238606910 ns/iter (± 14200311) 211183545 ns/iter (± 6409513) 1.13
full_es5 241222411 ns/iter (± 13676253) 203599096 ns/iter (± 10520999) 1.18
parser 773434 ns/iter (± 25280) 676812 ns/iter (± 19282) 1.14

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

Please sign in to comment.