Skip to content

Commit

Permalink
fix: build cli dev failed (#9331)
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder authored Feb 17, 2025
1 parent a1e848f commit 2bfb80a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,10 @@ rate-limit = { existing-packages = 70, new-packages = 70 }

# This is for local development
[profile.dev]
debug = 2 # debug build will cause runtime panic if codegen-unints is default
incremental = true
panic = "abort"
codegen-units = 16
debug = 2 # debug build will cause runtime panic if codegen-unints is default
incremental = true
panic = "abort"

# This is for release build for users
[profile.release]
Expand Down

2 comments on commit 2bfb80a

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 2bfb80a Feb 17, 2025

Choose a reason for hiding this comment

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

📝 Ecosystem CI detail: Open

suite result
modernjs ✅ success
rspress ✅ success
rslib ✅ success
rsbuild ❌ failure
rsdoctor ❌ failure
examples ✅ success
devserver ✅ success
nuxt ✅ success

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 2bfb80a Feb 17, 2025

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 (2025-02-17 85a3aba) Current Change
10000_big_production-mode_disable-minimize + exec 38.9 s ± 489 ms 40.1 s ± 953 ms +3.09 %
10000_development-mode + exec 1.87 s ± 17 ms 1.89 s ± 98 ms +0.92 %
10000_development-mode_hmr + exec 704 ms ± 13 ms 685 ms ± 5.6 ms -2.74 %
10000_production-mode + exec 2.41 s ± 87 ms 2.37 s ± 138 ms -1.98 %
10000_production-mode_persistent-cold + exec 2.55 s ± 84 ms 2.45 s ± 26 ms -3.81 %
10000_production-mode_persistent-hot + exec 1.73 s ± 46 ms 1.7 s ± 70 ms -2.00 %
arco-pro_development-mode + exec 1.81 s ± 149 ms 1.8 s ± 136 ms -0.65 %
arco-pro_development-mode_hmr + exec 391 ms ± 0.83 ms 387 ms ± 2.9 ms -1.15 %
arco-pro_production-mode + exec 3.75 s ± 103 ms 3.69 s ± 240 ms -1.57 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.83 s ± 152 ms 3.7 s ± 179 ms -3.24 %
arco-pro_production-mode_persistent-cold + exec 3.86 s ± 131 ms 3.87 s ± 225 ms +0.23 %
arco-pro_production-mode_persistent-hot + exec 2.51 s ± 206 ms 2.37 s ± 88 ms -5.47 %
arco-pro_production-mode_traverse-chunk-modules + exec 3.72 s ± 186 ms 3.64 s ± 122 ms -2.10 %
large-dyn-imports_development-mode + exec 2.1 s ± 68 ms 2.13 s ± 62 ms +1.27 %
large-dyn-imports_production-mode + exec 2.16 s ± 34 ms 2.18 s ± 48 ms +1.38 %
threejs_development-mode_10x + exec 1.6 s ± 42 ms 1.54 s ± 25 ms -3.41 %
threejs_development-mode_10x_hmr + exec 834 ms ± 28 ms 776 ms ± 31 ms -7.02 %
threejs_production-mode_10x + exec 5.49 s ± 238 ms 5.25 s ± 268 ms -4.42 %
threejs_production-mode_10x_persistent-cold + exec 5.59 s ± 373 ms 5.32 s ± 170 ms -4.81 %
threejs_production-mode_10x_persistent-hot + exec 4.72 s ± 222 ms 4.63 s ± 337 ms -1.96 %
10000_big_production-mode_disable-minimize + rss memory 8689 MiB ± 61.4 MiB 8682 MiB ± 23.2 MiB -0.08 %
10000_development-mode + rss memory 635 MiB ± 26.3 MiB 669 MiB ± 7.11 MiB +5.37 %
10000_development-mode_hmr + rss memory 1283 MiB ± 216 MiB 1276 MiB ± 246 MiB -0.56 %
10000_production-mode + rss memory 616 MiB ± 14.1 MiB 651 MiB ± 31.1 MiB +5.81 %
10000_production-mode_persistent-cold + rss memory 736 MiB ± 6.99 MiB 763 MiB ± 26.4 MiB +3.63 %
10000_production-mode_persistent-hot + rss memory 714 MiB ± 9.4 MiB 753 MiB ± 20.1 MiB +5.42 %
arco-pro_development-mode + rss memory 571 MiB ± 28.2 MiB 616 MiB ± 51.2 MiB +7.88 %
arco-pro_development-mode_hmr + rss memory 658 MiB ± 88.1 MiB 687 MiB ± 59 MiB +4.38 %
arco-pro_production-mode + rss memory 729 MiB ± 30.7 MiB 728 MiB ± 10.2 MiB -0.10 %
arco-pro_production-mode_generate-package-json-webpack-plugin + rss memory 728 MiB ± 20.1 MiB 759 MiB ± 35 MiB +4.19 %
arco-pro_production-mode_persistent-cold + rss memory 854 MiB ± 16.2 MiB 856 MiB ± 33.7 MiB +0.30 %
arco-pro_production-mode_persistent-hot + rss memory 718 MiB ± 30.1 MiB 769 MiB ± 7.19 MiB +7.14 %
arco-pro_production-mode_traverse-chunk-modules + rss memory 719 MiB ± 27.4 MiB 742 MiB ± 37 MiB +3.15 %
large-dyn-imports_development-mode + rss memory 641 MiB ± 7.68 MiB 665 MiB ± 3.98 MiB +3.75 %
large-dyn-imports_production-mode + rss memory 522 MiB ± 6.17 MiB 554 MiB ± 9.59 MiB +6.28 %
threejs_development-mode_10x + rss memory 548 MiB ± 15.1 MiB 558 MiB ± 13.9 MiB +1.85 %
threejs_development-mode_10x_hmr + rss memory 1179 MiB ± 36.7 MiB 1155 MiB ± 154 MiB -2.08 %
threejs_production-mode_10x + rss memory 834 MiB ± 32.9 MiB 859 MiB ± 14 MiB +2.97 %
threejs_production-mode_10x_persistent-cold + rss memory 955 MiB ± 69.6 MiB 951 MiB ± 30.6 MiB -0.48 %
threejs_production-mode_10x_persistent-hot + rss memory 862 MiB ± 42.4 MiB 883 MiB ± 44.9 MiB +2.39 %

Please sign in to comment.