refactor: rename a worker choice strategy
[poolifier.git] / benchmarks / internal / thread / fixed.js
index 3f40f3fbcac920f9f4013bdb59d3c155fdb42b57..2d6ee355a1f30058a76dd0d96b5d824d3c07b16b 100644 (file)
@@ -15,7 +15,7 @@ const fixedPool = new FixedThreadPool(
 const fixedPoolLessRecentlyUsed = new FixedThreadPool(
   size,
   './benchmarks/internal/thread/worker.js',
-  { workerChoiceStrategy: WorkerChoiceStrategies.LESS_RECENTLY_USED }
+  { workerChoiceStrategy: WorkerChoiceStrategies.LESS_USED }
 )
 
 const fixedPoolWeightedRoundRobin = new FixedThreadPool(