refactor: factor out code to get worker function
[poolifier.git] / benchmarks / worker-selection / round-robin.js
index 0b8b9ec23de9d3d49c753e4aa81914d0940fa84b..67d3a365e7e9f96394e46a970d97cced6689a2a0 100644 (file)
@@ -37,7 +37,7 @@ function roundRobinIncrementModulo () {
 }
 
 Benchmark.suite(
-  'Less recently used',
+  'Round robin tasks distribution',
   Benchmark.add('Ternary off by one', () => {
     nextWorkerIndex = 0
     roundRobinTernaryOffByOne()