perf: workaround ESM issue with cluster
[poolifier.git] / benchmarks / worker-selection / round-robin.mjs
index 483098d2ff93d0a4c0bb9b225b11ccbe963e6bd2..302cd2c6dffa5e5fa1a76c42f6056327a857c895 100644 (file)
@@ -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()]