X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=benchmarks%2Fworker-selection%2Fround-robin.mjs;h=302cd2c6dffa5e5fa1a76c42f6056327a857c895;hb=d5d46b8d11d8617d311f0d321834e860884ae00c;hp=483098d2ff93d0a4c0bb9b225b11ccbe963e6bd2;hpb=41e3e08eb7fbcde0a69cea17e697aacb222990a6;p=poolifier.git diff --git a/benchmarks/worker-selection/round-robin.mjs b/benchmarks/worker-selection/round-robin.mjs index 483098d2..302cd2c6 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.js' function generateWorkersArray (numberOfWorkers) { return [...Array(numberOfWorkers).keys()]