Skip to content

Commit

Permalink
chore: bump to napi@3 (#8359)
Browse files Browse the repository at this point in the history
feat: init
  • Loading branch information
h-a-n-a authored Nov 8, 2024
1 parent 9ea18ae commit b329f87
Show file tree
Hide file tree
Showing 24 changed files with 614 additions and 544 deletions.
63 changes: 30 additions & 33 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ ustr = { package = "ustr-fxhash", version = "1.0.0" }
xxhash-rust = { version = "0.8.10" }

# Pinned
napi = { package = "napi-h", version = "=2.16.1" }
napi = { version = "3.0.0-alpha.19" }
napi-build = { version = "2" }
napi-derive = { version = "2" }
napi-derive = { version = "3.0.0-alpha.17" }

# Serialize and Deserialize
inventory = { version = "0.1" }
Expand Down
Loading

2 comments on commit b329f87

@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-08 dfbe05f) Current Change
10000_big_production-mode + exec 44.5 s ± 1.64 s 44.4 s ± 960 ms -0.31 %
10000_development-mode + exec 1.84 s ± 19 ms 1.83 s ± 24 ms -0.65 %
10000_development-mode_hmr + exec 644 ms ± 4.5 ms 638 ms ± 6.4 ms -0.98 %
10000_production-mode + exec 2.43 s ± 34 ms 2.41 s ± 16 ms -0.89 %
arco-pro_development-mode + exec 1.79 s ± 60 ms 1.79 s ± 64 ms -0.18 %
arco-pro_development-mode_hmr + exec 430 ms ± 2.3 ms 431 ms ± 3.4 ms +0.22 %
arco-pro_production-mode + exec 3.2 s ± 61 ms 3.2 s ± 57 ms +0.07 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.25 s ± 63 ms 3.23 s ± 55 ms -0.77 %
threejs_development-mode_10x + exec 1.59 s ± 15 ms 1.58 s ± 14 ms -1.17 %
threejs_development-mode_10x_hmr + exec 777 ms ± 7.8 ms 778 ms ± 8.8 ms +0.10 %
threejs_production-mode_10x + exec 4.99 s ± 40 ms 4.97 s ± 27 ms -0.24 %

@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.