X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=busy-wait.mjs;h=dd8a74f5a5c2faa69c3310b718d4542b1d7d614c;hb=be798e12d5107d4b0f09a82be9de4e5f5abfd694;hp=a785a7e8247a3eb4b07acf3f68ec5716eb6b6ea7;hpb=f522d7b906f8a45a7e4fd349abe3f83bf8fc3d69;p=benchmarks-js.git diff --git a/busy-wait.mjs b/busy-wait.mjs index a785a7e..dd8a74f 100644 --- a/busy-wait.mjs +++ b/busy-wait.mjs @@ -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