X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fworker-selection%2Fround-robin.mjs;h=b13c81118910b66147b6915a731648ed3974603e;hb=46268b76dc942050598548d8780b07ec008dde4d;hp=483098d2ff93d0a4c0bb9b225b11ccbe963e6bd2;hpb=440042a64e5beb9e3e97f513198f4bd2d4a896a6;p=poolifier.git diff --git a/benchmarks/worker-selection/round-robin.mjs b/benchmarks/worker-selection/round-robin.mjs index 483098d2..b13c8111 100644 --- a/benchmarks/worker-selection/round-robin.mjs +++ b/benchmarks/worker-selection/round-robin.mjs @@ -1,5 +1,5 @@ import Benchmark from 'benchmark' -import { LIST_FORMATTER } from '../benchmarks-utils.mjs' +import { LIST_FORMATTER } from '../benchmarks-utils.cjs' function generateWorkersArray (numberOfWorkers) { return [...Array(numberOfWorkers).keys()]