X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fworker-selection%2Fround-robin.mjs;fp=benchmarks%2Fworker-selection%2Fround-robin.mjs;h=b13c81118910b66147b6915a731648ed3974603e;hb=d35e571704515a8b729d3455e4784054f07c368f;hp=302cd2c6dffa5e5fa1a76c42f6056327a857c895;hpb=7b7d96315331635fa3c8a12b03b6893fe91bf8ec;p=poolifier.git diff --git a/benchmarks/worker-selection/round-robin.mjs b/benchmarks/worker-selection/round-robin.mjs index 302cd2c6..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.js' +import { LIST_FORMATTER } from '../benchmarks-utils.cjs' function generateWorkersArray (numberOfWorkers) { return [...Array(numberOfWorkers).keys()]