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 5, 2021
1 parent 97df4ce commit 58159d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions 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_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.78.12"
version = "0.78.13"

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

1 comment on commit 58159d3

@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: 58159d3 Previous: 97df4ce Ratio
full_es2015 214848728 ns/iter (± 35788402) 197468640 ns/iter (± 17309490) 1.09
full_es2016 158005521 ns/iter (± 15492192) 164838987 ns/iter (± 11726509) 0.96
full_es2017 178834976 ns/iter (± 27119862) 168755077 ns/iter (± 12257484) 1.06
full_es2018 166110373 ns/iter (± 19687964) 174535234 ns/iter (± 8643213) 0.95
full_es2019 180124842 ns/iter (± 20533686) 165998400 ns/iter (± 11967320) 1.09
full_es2020 178564388 ns/iter (± 18486146) 165720765 ns/iter (± 13608234) 1.08
full_es3 244383754 ns/iter (± 22878575) 235522588 ns/iter (± 28886874) 1.04
full_es5 225931352 ns/iter (± 21498868) 215820384 ns/iter (± 22954311) 1.05
parser 811724 ns/iter (± 128432) 775394 ns/iter (± 70709) 1.05

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

Please sign in to comment.