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