-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Turbopack: Consistency for compute_async_module_info #88409
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
base: sokra/module-graph-consistency
Are you sure you want to change the base?
Turbopack: Consistency for compute_async_module_info #88409
Conversation
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
1 similar comment
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Stats from current PR✅ No significant changes detected📊 All Metrics📖 Metrics GlossaryDev Server Metrics:
Build Metrics:
Change Thresholds:
⚡ Dev Server
📦 Dev Server (Webpack) (Legacy)📦 Dev Server (Webpack)
⚡ Production Builds
📦 Production Builds (Webpack) (Legacy)📦 Production Builds (Webpack)
📦 Bundle SizesBundle Sizes⚡ TurbopackClient Main Bundles: **430 kB** → **430 kB** ✅ -86 B82 files with content-based hashes (individual files not comparable between builds) Server Middleware
Build DetailsBuild Manifests
📦 WebpackClient Main Bundles
Polyfills
Pages
Server Edge SSR
Middleware
Build DetailsBuild Manifests
Build Cache
🔄 Shared (bundler-independent)Runtimes
|
965d41d to
f872016
Compare
2187e6b to
dfa89fe
Compare
Failing test suitesCommit: dfa89fe | About building and testing Next.js
Expand output● next-config-ts-type-error-esm › should throw with type error on build (ESM)
Expand output● next-config-ts-type-error-cjs › should throw with type error on build (CJS)
Expand output● next-config-ts-type-error-esm › should throw with type error on build (ESM) |
Merging this PR will not alter performance
Comparing Footnotes
|
dfa89fe to
979bcab
Compare
f872016 to
7f4e685
Compare
7f4e685 to
a70d6f0
Compare
979bcab to
3d7469a
Compare
a70d6f0 to
cc11d10
Compare
3d7469a to
164804e
Compare
cc11d10 to
d8ab648
Compare
164804e to
55a43d8
Compare
d8ab648 to
b53ac2f
Compare
55a43d8 to
5ca3a00
Compare
b53ac2f to
bf897af
Compare
5ca3a00 to
5dc9d8d
Compare
bf897af to
cea0b88
Compare
5dc9d8d to
d431fb8
Compare

What?
Use strongly consistent reads for compute_async_module_info to avoid double execution.