Skip to content

Commit

Permalink
perf: bump lightningcss to remove duplicated browerslist-rs (#7461)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Aug 6, 2024
1 parent 185469f commit c772cbb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 66 deletions.
74 changes: 9 additions & 65 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ indexmap = { version = "2.2.6" }
indoc = { version = "2.0.5" }
itertools = { version = "0.13.0" }
json = { version = "0.12.4" }
lightningcss = { version = "1.0.0-alpha.57" }
lightningcss = { version = "1.0.0-alpha.58" }
linked_hash_set = { version = "0.1.4" }
mimalloc = { version = "0.1.43" }
mime_guess = { version = "2.0.4" }
Expand Down

2 comments on commit c772cbb

@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 ❌ failure
_selftest ✅ success
nx ❌ failure
rspress ✅ success
rsbuild ❌ failure
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-08-06 9347ecc) Current Change
10000_development-mode + exec 2.32 s ± 38 ms 2.33 s ± 33 ms +0.38 %
10000_development-mode_hmr + exec 708 ms ± 18 ms 711 ms ± 6.6 ms +0.41 %
10000_production-mode + exec 2.86 s ± 26 ms 2.88 s ± 45 ms +0.84 %
arco-pro_development-mode + exec 1.86 s ± 68 ms 1.91 s ± 98 ms +2.42 %
arco-pro_development-mode_hmr + exec 434 ms ± 0.91 ms 433 ms ± 2.9 ms -0.29 %
arco-pro_production-mode + exec 3.44 s ± 91 ms 3.46 s ± 93 ms +0.36 %
threejs_development-mode_10x + exec 1.7 s ± 15 ms 1.72 s ± 15 ms +1.22 %
threejs_development-mode_10x_hmr + exec 808 ms ± 9.6 ms 828 ms ± 8.3 ms +2.50 %
threejs_production-mode_10x + exec 5.49 s ± 21 ms 5.52 s ± 14 ms +0.56 %

Please sign in to comment.