X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=benchmarks%2Fworker-selection%2Fround-robin.mjs;h=b13c81118910b66147b6915a731648ed3974603e;hb=ae493d445b7f89bba8321d208bf0536e8a37a204;hp=302cd2c6dffa5e5fa1a76c42f6056327a857c895;hpb=ab7bb4f826a86d6d121b8902d6449f9fc4e59d70;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()]