Below are the benchmark results running the changes in the Nx repo: **No cache**: Command: `NX_DAEMON=false NX_CACHE_PROJECT_GRAPH=false NX_PERF_LOGGING=true NX_ISOLATE_PLUGINS=true pnpm nx graph --no-open` Current: **1780ms** After the changes: **1089ms** **~39%** less time **~1.6x** faster **Full cache**: Command: `NX_DAEMON=false NX_PERF_LOGGING=true NX_ISOLATE_PLUGINS=true pnpm nx graph --no-open` Current: **1527ms** After the changes: **377ms** **~75%** less time **~4x** faster <!-- Please make sure you have read the submission guidelines before posting an PR --> <!-- https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr --> <!-- Please make sure that your commit message follows our format --> <!-- Example: `fix(nx): must begin with lowercase` --> ## Current Behavior <!-- This is the behavior we have today --> ## Expected Behavior <!-- This is the behavior we should expect with the changes in this PR --> ## Related Issue(s) <!-- Please link the issue being fixed so it gets closed when this is merged. --> Fixes #
{{links}}
Nx: Smart Monorepos · Fast CI
Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
{{content}}