Fixlet to tasks distribution tests
[poolifier.git] / benchmarks / worker-selection / lru.js
index a4b2c69a330e0394cd82eff32e4f7768ed111a09..80d78893061e5d943eb467736759cc4adbc76ce5 100644 (file)
@@ -168,7 +168,7 @@ function quickSelectRecursionRandomPivot (tasksMap) {
 }
 
 Benchmark.suite(
-  'Tasks selection',
+  'Less used worker tasks distribution',
   Benchmark.add('Loop select', () => {
     loopSelect(tasksMap)
   }),