Skip to content

Commit

Permalink
chore(deps): Update rkyv (#5057)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Jun 28, 2022
1 parent e7416f0 commit 374366d
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 26 deletions.
16 changes: 8 additions & 8 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_atoms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bench = false

[dependencies]
once_cell = "1"
rkyv = { version = "0.7", optional = true }
rkyv = { version = "0.7.39", optional = true }
rustc-hash = "1.1.0"
serde = "1"
string_cache = "0.8.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ from_variant = {version = "0.1.3", path = "../from_variant"}
num-bigint = "0.4"
once_cell = "1.10.0"
parking_lot = {version = "0.12.0", optional = true}
rkyv = { version = "0.7.37", optional = true }
rkyv = { version = "0.7.39", optional = true }
rustc-hash = "1.1.0"
serde = {version = "1.0.119", features = ["derive"]}
siphasher = "0.3.9"
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_ecma_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ arbitrary = { version = "1", optional = true, features = ["derive"] }
bitflags = "1"
is-macro = "0.2.0"
num-bigint = { version = "0.4", features = ["serde"] }
rkyv = { version = "0.7.37", optional = true }
rkyv = { version = "0.7.39", optional = true }
scoped-tls = "1.0.0"
serde = { version = "1.0.133", features = ["derive"] }
string_enum = { version = "0.3.1", path = "../string_enum" }
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_plugin_proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugin-mode = []

[dependencies]
better_scoped_tls = { version = "0.1.0", path = "../better_scoped_tls" }
rkyv = "0.7.37"
rkyv = "0.7.39"
swc_common = { version = "0.18.0", path = "../swc_common", features = [
"plugin-base",
] }
Expand Down
32 changes: 18 additions & 14 deletions tests/rust-plugins/swc_internal_plugin/Cargo.lock

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

1 comment on commit 374366d

@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: 374366d Previous: d7a5f71 Ratio
es/full/minify/libraries/antd 1709639851 ns/iter (± 26721355) 1637464713 ns/iter (± 30017673) 1.04
es/full/minify/libraries/d3 454800294 ns/iter (± 68362816) 395935817 ns/iter (± 7472143) 1.15
es/full/minify/libraries/echarts 1754922996 ns/iter (± 56421650) 1593646284 ns/iter (± 29913908) 1.10
es/full/minify/libraries/jquery 103167645 ns/iter (± 8730599) 94283075 ns/iter (± 3901152) 1.09
es/full/minify/libraries/lodash 134671685 ns/iter (± 4894032) 114348314 ns/iter (± 3967430) 1.18
es/full/minify/libraries/moment 55356552 ns/iter (± 2786702) 55549072 ns/iter (± 771739) 1.00
es/full/minify/libraries/react 19648817 ns/iter (± 1044161) 17621760 ns/iter (± 327270) 1.12
es/full/minify/libraries/terser 655861736 ns/iter (± 11884949) 610744880 ns/iter (± 14366788) 1.07
es/full/minify/libraries/three 608042679 ns/iter (± 15430115) 533050790 ns/iter (± 7196879) 1.14
es/full/minify/libraries/typescript 3807316528 ns/iter (± 82082066) 3349380054 ns/iter (± 47359109) 1.14
es/full/minify/libraries/victory 790540149 ns/iter (± 18399200) 702980655 ns/iter (± 7696960) 1.12
es/full/minify/libraries/vue 160296159 ns/iter (± 4289268) 127816688 ns/iter (± 2934787) 1.25
es/full/codegen/es3 34181 ns/iter (± 1633) 30795 ns/iter (± 743) 1.11
es/full/codegen/es5 33996 ns/iter (± 1929) 31356 ns/iter (± 5463) 1.08
es/full/codegen/es2015 33785 ns/iter (± 2269) 30478 ns/iter (± 1004) 1.11
es/full/codegen/es2016 34469 ns/iter (± 3391) 30847 ns/iter (± 1361) 1.12
es/full/codegen/es2017 39620 ns/iter (± 5922) 30667 ns/iter (± 887) 1.29
es/full/codegen/es2018 34597 ns/iter (± 2327) 30670 ns/iter (± 690) 1.13
es/full/codegen/es2019 34234 ns/iter (± 1602) 30688 ns/iter (± 656) 1.12
es/full/codegen/es2020 34032 ns/iter (± 2101) 30695 ns/iter (± 968) 1.11
es/full/all/es3 198669098 ns/iter (± 8528540) 179206906 ns/iter (± 4099401) 1.11
es/full/all/es5 186369629 ns/iter (± 7079595) 169727298 ns/iter (± 2958390) 1.10
es/full/all/es2015 148623756 ns/iter (± 4755063) 138845542 ns/iter (± 3223414) 1.07
es/full/all/es2016 147314371 ns/iter (± 4789355) 137814157 ns/iter (± 2396960) 1.07
es/full/all/es2017 146313140 ns/iter (± 2352848) 136775335 ns/iter (± 2578747) 1.07
es/full/all/es2018 145866852 ns/iter (± 5892370) 135202681 ns/iter (± 2481317) 1.08
es/full/all/es2019 145467151 ns/iter (± 4797547) 137724592 ns/iter (± 3856325) 1.06
es/full/all/es2020 138250814 ns/iter (± 5207110) 130465873 ns/iter (± 3200136) 1.06
es/full/parser 739013 ns/iter (± 63271) 705696 ns/iter (± 15646) 1.05
es/full/base/fixer 29818 ns/iter (± 1273) 29087 ns/iter (± 440) 1.03
es/full/base/resolver_and_hygiene 90693 ns/iter (± 3465) 87519 ns/iter (± 2442) 1.04
serialization of ast node 213 ns/iter (± 9) 206 ns/iter (± 4) 1.03
serialization of serde 222 ns/iter (± 9) 218 ns/iter (± 2) 1.02

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

Please sign in to comment.