Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: source map dev tool plugin #7739

Merged
merged 3 commits into from
Sep 3, 2024
Merged

perf: source map dev tool plugin #7739

merged 3 commits into from
Sep 3, 2024

Conversation

SyMind
Copy link
Member

@SyMind SyMind commented Aug 30, 2024

Summary

Use Rayon for the process of converting source and source map to buffer.

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@github-actions github-actions bot added the release: performance release: performance related release(mr only) label Aug 30, 2024
Copy link

netlify bot commented Aug 30, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 52bbf67
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/66d676ee7d8e1b00091b454d

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Aug 30, 2024
@SyMind SyMind force-pushed the enforceSizeThreshold branch 2 times, most recently from 0dd1b5d to 7a4a675 Compare August 30, 2024 15:36
@web-infra-dev web-infra-dev deleted a comment from rspack-bot Aug 30, 2024
@SyMind SyMind force-pushed the enforceSizeThreshold branch from 7a4a675 to 6034a23 Compare August 30, 2024 22:41
@web-infra-dev web-infra-dev deleted a comment from rspack-bot Aug 30, 2024
@SyMind SyMind marked this pull request as ready for review August 30, 2024 22:57
@SyMind SyMind force-pushed the enforceSizeThreshold branch from 38d8268 to 1404ac3 Compare August 30, 2024 23:42
@SyMind
Copy link
Member Author

SyMind commented Sep 3, 2024

!bench

@web-infra-dev web-infra-dev deleted a comment from rspack-bot Sep 3, 2024
@rspack-bot
Copy link

rspack-bot commented Sep 3, 2024

📝 Benchmark detail: Open

Name Base (2024-09-03 f9820e4) Current Change
10000_development-mode + exec 2.24 s ± 29 ms 2.22 s ± 23 ms -1.16 %
10000_development-mode_hmr + exec 694 ms ± 7.5 ms 678 ms ± 19 ms -2.31 %
10000_production-mode + exec 2.85 s ± 30 ms 2.86 s ± 46 ms +0.41 %
arco-pro_development-mode + exec 1.86 s ± 70 ms 1.83 s ± 70 ms -1.31 %
arco-pro_development-mode_hmr + exec 434 ms ± 2.9 ms 436 ms ± 2.3 ms +0.53 %
arco-pro_production-mode + exec 3.3 s ± 96 ms 3.28 s ± 97 ms -0.42 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.32 s ± 90 ms 3.33 s ± 103 ms +0.09 %
threejs_development-mode_10x + exec 1.65 s ± 11 ms 1.65 s ± 17 ms -0.10 %
threejs_development-mode_10x_hmr + exec 805 ms ± 10 ms 799 ms ± 11 ms -0.74 %
threejs_production-mode_10x + exec 5.16 s ± 30 ms 5.16 s ± 33 ms +0.08 %

@SyMind SyMind merged commit ce0dab5 into main Sep 3, 2024
28 checks passed
@SyMind SyMind deleted the enforceSizeThreshold branch September 3, 2024 04:12
@chenjiahan chenjiahan mentioned this pull request Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: performance release: performance related release(mr only) team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants