refactor: rename worker choice strategies to sensible names
[poolifier.git] / benchmarks / worker-selection / less.js
index 80d78893061e5d943eb467736759cc4adbc76ce5..3733cf6d336b5835979db48093823b126daf2559 100644 (file)
@@ -168,7 +168,7 @@ function quickSelectRecursionRandomPivot (tasksMap) {
 }
 
 Benchmark.suite(
-  'Less used worker tasks distribution',
+  'Least used worker tasks distribution',
   Benchmark.add('Loop select', () => {
     loopSelect(tasksMap)
   }),