Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
35415
685e8d53 fix(core): enable node's builtin compile cache
by Craigory C...
C
Failed
35415
Fix applied
→
685e8d53 fix(core): enable node's builtin compile cache
by Craigory C...
C
Failed
35415
Fix ready
→
ed8affcd fix(core): enable node's builtin compile cache
by Craigory C...
C
Failed
35415
Fix applied
→
ed8affcd fix(core): enable node's builtin compile cache
by Craigory C...
C
Failed
35415
Fix ready
→
4da7d913 docs(core): fix environment-variables formatting Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
35415
Fix applied
→
e7559585 docs(core): document worker_threads and V8 cache Co-authored-by: AgentEnder <AgentEnder@users.noreply.github.com>
by nx-cloud[bot]
n
Failed
35415
Fix applied
→
87f81315 feat(core): add worker_threads transport and V8 compile cache for plugins Introduces two opt-in performance features for the graph-plugin execution layer, both off by default behind env flags: - NX_PLUGIN_WORKER_TRANSPORT=threads (default: process) runs plugin workers as worker_threads instead of child_process.fork, skipping process startup + IPC serialization overhead. SocketTransport and WorkerThreadTransport sit behind a PluginTransport interface so IsolatedPlugin doesn't branch on the transport. - NX_PLUGIN_COMPILE_CACHE (default: on; set 'false' to opt out) enables V8's on-disk compile cache in both the host process and plugin workers via module.enableCompileCache(), caching bytecode at .nx/workspace-data/v8-cache. Also memoizes resolveNxPlugin so duplicate plugin entries resolve once per (moduleName, root). Adds a plugin-bench job to ci.yml that runs the Phase 1 x Phase 2 matrix benchmark on ubuntu-latest so we can decide whether to flip the transport default under throttled-CI conditions. Benchmark scripts live under scripts/benchmarks/.
by Craigory C...
C
Previous page
Previous
Next
Next page