switch to ESM, take 2
[benchmarks-js.git] / busy-wait.mjs
index a785a7e8247a3eb4b07acf3f68ec5716eb6b6ea7..dd8a74f5a5c2faa69c3310b718d4542b1d7d614c 100644 (file)
@@ -1,5 +1,5 @@
 import Benchmark from 'benny'
-import { sleep } from './benchmark-utils.js'
+import { sleep } from './benchmark-utils.mjs'
 
 const timeout = 2000
 const interval = 1000