X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fworker-selection%2Fround-robin.mjs;h=b13c81118910b66147b6915a731648ed3974603e;hb=f952c226dbc985816474d6682d6b151bd6fdb878;hp=483098d2ff93d0a4c0bb9b225b11ccbe963e6bd2;hpb=5972baf82c740050a6da461a8deb8497fcaa8580;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()]