X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fworker-selection%2Fround-robin.js;h=67d3a365e7e9f96394e46a970d97cced6689a2a0;hb=c7c046988e2b4d93ce7998ebf39e5ad5ab92fec1;hp=0b8b9ec23de9d3d49c753e4aa81914d0940fa84b;hpb=ca6c7d70082311f3cc503090cf507ce36582b9b6;p=poolifier.git diff --git a/benchmarks/worker-selection/round-robin.js b/benchmarks/worker-selection/round-robin.js index 0b8b9ec2..67d3a365 100644 --- a/benchmarks/worker-selection/round-robin.js +++ b/benchmarks/worker-selection/round-robin.js @@ -37,7 +37,7 @@ function roundRobinIncrementModulo () { } Benchmark.suite( - 'Less recently used', + 'Round robin tasks distribution', Benchmark.add('Ternary off by one', () => { nextWorkerIndex = 0 roundRobinTernaryOffByOne()