Skip to content

Commit

Permalink
chore: update swc-minifier (#6634)
Browse files Browse the repository at this point in the history
  • Loading branch information
JSerFeng authored May 28, 2024
1 parent 7093341 commit 4bcc530
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ tikv-jemallocator = { version = "=0.5.4", features = ["disable_initial_exec_tls"
rkyv = { version = "=0.7.44" } # synced with swc wasm plugin
styled_components = { version = "=0.96.15" }
swc_config = { version = "=0.1.13" }
swc_core = { version = "0.92.0", default-features = false }
swc_ecma_minifier = { version = "0.194.0", default-features = false }
swc_core = { version = "0.92.6", default-features = false }
swc_ecma_minifier = { version = "0.194.6", default-features = false }
swc_emotion = { version = "=0.72.13" }
swc_error_reporters = { version = "=0.17.20" }
swc_html = { version = "=0.139.0" }
Expand Down

2 comments on commit 4bcc530

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ✅ success
_selftest ✅ success
nx ✅ success
rspress ✅ success
rsbuild ✅ success
compat ✅ success
examples ✅ success

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-05-28 f3af7b1) Current Change
10000_development-mode + exec 2.62 s ± 22 ms 2.6 s ± 18 ms -0.73 %
10000_development-mode_hmr + exec 731 ms ± 4.8 ms 735 ms ± 7.4 ms +0.62 %
10000_production-mode + exec 2.55 s ± 22 ms 2.56 s ± 31 ms +0.36 %
arco-pro_development-mode + exec 2.39 s ± 84 ms 2.42 s ± 52 ms +1.27 %
arco-pro_development-mode_hmr + exec 442 ms ± 2.1 ms 442 ms ± 2.4 ms -0.03 %
arco-pro_development-mode_hmr_intercept-plugin + exec 453 ms ± 2.1 ms 452 ms ± 2.1 ms -0.19 %
arco-pro_development-mode_intercept-plugin + exec 3.13 s ± 87 ms 3.14 s ± 69 ms +0.14 %
arco-pro_production-mode + exec 3.98 s ± 48 ms 3.96 s ± 87 ms -0.41 %
arco-pro_production-mode_intercept-plugin + exec 4.74 s ± 64 ms 4.79 s ± 91 ms +1.04 %
threejs_development-mode_10x + exec 1.96 s ± 8.2 ms 1.96 s ± 14 ms -0.09 %
threejs_development-mode_10x_hmr + exec 782 ms ± 6 ms 783 ms ± 6.6 ms +0.15 %
threejs_production-mode_10x + exec 5.28 s ± 25 ms 5.28 s ± 18 ms +0.02 %

Please sign in to comment.