Skip to content

Commit

Permalink
refactor: use async thread pool (#8226)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardfist authored Nov 1, 2024
1 parent 638b82f commit 7f96765
Show file tree
Hide file tree
Showing 25 changed files with 341 additions and 333 deletions.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ rustflags = [
"-Wclippy::same_name_method",

"-Aclippy::default_constructed_unit_structs",
"-C", "symbol-mangling-version=v0",
"--cfg", "tokio_unstable"
]

Expand Down
Loading

2 comments on commit 7f96765

@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
rspress ✅ success
rslib ✅ success
rsbuild ❌ failure
examples ❌ failure
devserver ✅ 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-11-01 4aeee85) Current Change
10000_big_production-mode + exec 47.5 s ± 1.45 s 46.4 s ± 555 ms -2.45 %
10000_development-mode + exec 2.08 s ± 13 ms 1.84 s ± 23 ms -11.70 %
10000_development-mode_hmr + exec 649 ms ± 13 ms 642 ms ± 3.7 ms -1.07 %
10000_production-mode + exec 2.62 s ± 29 ms 2.41 s ± 35 ms -7.86 %
arco-pro_development-mode + exec 1.78 s ± 79 ms 1.76 s ± 76 ms -1.08 %
arco-pro_development-mode_hmr + exec 428 ms ± 1.1 ms 428 ms ± 1.1 ms +0.04 %
arco-pro_production-mode + exec 3.22 s ± 82 ms 3.23 s ± 81 ms +0.58 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.22 s ± 79 ms 3.26 s ± 65 ms +1.21 %
threejs_development-mode_10x + exec 1.64 s ± 12 ms 1.58 s ± 23 ms -4.06 %
threejs_development-mode_10x_hmr + exec 784 ms ± 14 ms 775 ms ± 15 ms -1.06 %
threejs_production-mode_10x + exec 5.03 s ± 52 ms 4.94 s ± 24 ms -1.82 %

Please sign in to comment.