Benchmarks and performance enhancements (#209)
[poolifier.git] / benchmarks / internal / cluster / dynamic.js
similarity index 85%
rename from benchmarks/cluster/dynamic.js
rename to benchmarks/internal/cluster/dynamic.js
index 9321054d1d2e79cb2b71e05c731682dfc90f4a55..468eee3b68db72e0d67671aeaf493d2e2b50e5ef 100644 (file)
@@ -1,11 +1,11 @@
-const { DynamicClusterPool } = require('../../lib/index')
+const { DynamicClusterPool } = require('../../../lib/index')
 
 const size = 30
 
 const dynamicPool = new DynamicClusterPool(
   size / 2,
   size * 3,
-  './benchmarks/cluster/worker.js',
+  './benchmarks/internal/cluster/worker.js',
   {
     maxTasks: 10000
   }