Skip to content

Commit

Permalink
fix: rspack source for stream_chunks_of_source_map_full (#8138)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind authored Oct 16, 2024
1 parent 9a393ea commit 5fa844e
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 @@ -50,7 +50,7 @@ rayon = { version = "1.10.0" }
regex = { version = "1.10.4" }
ropey = "1.6.1"
rspack_resolver = { version = "0.3.3", features = ["package_json_raw_json_api"] }
rspack_sources = { version = "=0.3.2" }
rspack_sources = { version = "=0.3.3" }
rustc-hash = { version = "1.1.0" }
serde = { version = "1.0.197" }
serde_json = { version = "1.0.115" }
Expand Down

2 comments on commit 5fa844e

@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-10-16 4ea491e) Current Change
10000_development-mode + exec 2.11 s ± 23 ms 2.17 s ± 36 ms +3.02 %
10000_development-mode_hmr + exec 662 ms ± 17 ms 664 ms ± 1.8 ms +0.30 %
10000_production-mode + exec 2.64 s ± 19 ms 2.7 s ± 50 ms +2.41 %
arco-pro_development-mode + exec 1.79 s ± 88 ms 1.86 s ± 87 ms +3.64 %
arco-pro_development-mode_hmr + exec 426 ms ± 1.5 ms 427 ms ± 1.1 ms +0.30 %
arco-pro_production-mode + exec 3.07 s ± 44 ms 3.27 s ± 70 ms +6.54 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.13 s ± 84 ms 3.35 s ± 91 ms +6.83 %
threejs_development-mode_10x + exec 1.61 s ± 22 ms 1.61 s ± 18 ms -0.05 %
threejs_development-mode_10x_hmr + exec 759 ms ± 9.2 ms 757 ms ± 8.9 ms -0.19 %
threejs_production-mode_10x + exec 4.9 s ± 23 ms 4.97 s ± 22 ms +1.43 %

Threshold exceeded: ["arco-pro_production-mode + exec","arco-pro_production-mode_generate-package-json-webpack-plugin + exec"]

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

Please sign in to comment.