Skip to content

Commit

Permalink
chore: Publish v1.2.135
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 27, 2022
1 parent 7ef3bfa commit 3bda85e
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.134"
version = "1.2.135"

[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.134",
"version": "1.2.135",
"description": "Super-fast alternative for babel",
"homepage": "https://swc.rs",
"main": "./index.js",
Expand Down

2 comments on commit 3bda85e

@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: 3bda85e Previous: 464c15b Ratio
full_es2015 164461008 ns/iter (± 25121613) 153853066 ns/iter (± 7470330) 1.07
full_es2016 168802255 ns/iter (± 25778375) 157669682 ns/iter (± 10719738) 1.07
full_es2017 174490091 ns/iter (± 18447187) 157242552 ns/iter (± 12269928) 1.11
full_es2018 171885674 ns/iter (± 20298388) 155934561 ns/iter (± 11265659) 1.10
full_es2019 170277324 ns/iter (± 26318578) 156473588 ns/iter (± 10466430) 1.09
full_es2020 145361375 ns/iter (± 51646191) 142952054 ns/iter (± 8975107) 1.02
full_es3 200976321 ns/iter (± 30516867) 200236399 ns/iter (± 10281878) 1.00
full_es5 198528844 ns/iter (± 37470696) 194192885 ns/iter (± 16497201) 1.02
parser 701229 ns/iter (± 14385) 635828 ns/iter (± 33158) 1.10

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: 3bda85e Previous: 7ef3bfa Ratio
full_es2015 208890288 ns/iter (± 21981080) 195580658 ns/iter (± 16554140) 1.07
full_es2016 213646517 ns/iter (± 20846886) 201762965 ns/iter (± 12051193) 1.06
full_es2017 217412235 ns/iter (± 23474897) 202300236 ns/iter (± 12845570) 1.07
full_es2018 215934243 ns/iter (± 27902995) 200456915 ns/iter (± 10000026) 1.08
full_es2019 209828968 ns/iter (± 23288607) 200087824 ns/iter (± 13467362) 1.05
full_es2020 192384794 ns/iter (± 15050607) 177639089 ns/iter (± 11645839) 1.08
full_es3 270618566 ns/iter (± 25023085) 251026494 ns/iter (± 17506757) 1.08
full_es5 273413929 ns/iter (± 29755102) 252172342 ns/iter (± 21570779) 1.08
parser 866982 ns/iter (± 183740) 800468 ns/iter (± 29606) 1.08

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

Please sign in to comment.