X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fworker-selection%2Fround-robin.mjs;h=828924503c8890d597d43bdd44692fa2c3c0d16a;hb=c071456a8d405befb5338b1ef2e895b593dfdbc4;hp=c9366262f0e87d6908d7c4bc4045dbddd1cca15e;hpb=0804b9b4106132c5487b57be518958c699ce2563;p=poolifier.git diff --git a/benchmarks/worker-selection/round-robin.mjs b/benchmarks/worker-selection/round-robin.mjs index c9366262..82892450 100644 --- a/benchmarks/worker-selection/round-robin.mjs +++ b/benchmarks/worker-selection/round-robin.mjs @@ -1,4 +1,4 @@ -import { bench, group, run } from 'mitata' +import { bench, group, run } from 'tatami-ng' function generateWorkersArray (numberOfWorkers) { return [...Array(numberOfWorkers).keys()]