refactor: rename a worker choice strategy
[poolifier.git] / benchmarks / internal / cluster / dynamic.js
index 105bbdaa9d77eef540cfa361e6d794095b400363..43fa0485e9e0ff93c03a8504bf27b8c5c713c665 100644 (file)
@@ -17,7 +17,7 @@ const dynamicPoolLessRecentlyUsed = new DynamicClusterPool(
   size / 2,
   size * 3,
   './benchmarks/internal/cluster/worker.js',
-  { workerChoiceStrategy: WorkerChoiceStrategies.LESS_RECENTLY_USED }
+  { workerChoiceStrategy: WorkerChoiceStrategies.LESS_USED }
 )
 
 const dynamicPoolWeightedRoundRobin = new DynamicClusterPool(