Skip to content

Commit

Permalink
fix: cheap source map (#7791)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind authored Sep 4, 2024
1 parent aadd2c1 commit 257149b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -47,7 +47,7 @@ proc-macro2 = { version = "1.0.79" }
quote = { version = "1.0.35" }
rayon = { version = "1.10.0" }
regex = { version = "1.10.4" }
rspack_sources = { version = "=0.3.0" }
rspack_sources = { version = "=0.3.1" }
rustc-hash = { version = "1.1.0" }
serde = { version = "1.0.197" }
serde_json = { version = "1.0.115" }
Expand Down

2 comments on commit 257149b

@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-09-04 cd962e5) Current Change
10000_development-mode + exec 2.22 s ± 25 ms 2.22 s ± 22 ms -0.06 %
10000_development-mode_hmr + exec 683 ms ± 19 ms 693 ms ± 8.2 ms +1.47 %
10000_production-mode + exec 2.85 s ± 46 ms 2.85 s ± 36 ms +0.10 %
arco-pro_development-mode + exec 1.83 s ± 75 ms 1.86 s ± 69 ms +1.25 %
arco-pro_development-mode_hmr + exec 435 ms ± 1.7 ms 436 ms ± 1.8 ms +0.22 %
arco-pro_production-mode + exec 3.24 s ± 78 ms 3.29 s ± 67 ms +1.69 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.31 s ± 63 ms 3.32 s ± 78 ms +0.21 %
threejs_development-mode_10x + exec 1.66 s ± 15 ms 1.65 s ± 16 ms -0.21 %
threejs_development-mode_10x_hmr + exec 803 ms ± 14 ms 800 ms ± 11 ms -0.35 %
threejs_production-mode_10x + exec 5.15 s ± 29 ms 5.17 s ± 9 ms +0.32 %

@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 ❌ failure
rspress ✅ success
rslib ✅ success
rsbuild ✅ success
examples ✅ success

Please sign in to comment.