perf: use node: prefix to bypass caching call for builtins
[poolifier.git] / benchmarks / internal / cluster-worker.mjs
index f6b3b056ea37d0eb3b6bb76242c7e0d983654b2d..69a7ad15cae0ada671f3e4f8ef1261305d26e51a 100644 (file)
@@ -1,4 +1,4 @@
-import { isPrimary } from 'cluster'
+import { isPrimary } from 'node:cluster'
 import { ClusterWorker } from '../../lib/index.mjs'
 import { executeTaskFunction } from '../benchmarks-utils.mjs'
 import { TaskFunctions } from '../benchmarks-types.mjs'