mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
e5e80ead08
## What? Shares `static check` and `static generation` workers. On hello-world: Before: ``` next build test/e2e/app-dir/hello-world 7.58s user 1.07s system 332% cpu 2.603 total ``` After: ``` next build test/e2e/app-dir/hello-world 7.18s user 0.87s system 308% cpu 2.612 total ```