X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=busy-wait.mjs;h=ec8a70d816cf8272e5d0af0ca44e3ca3dd45dc9b;hb=4676a95cabbad0975a245e72e822467868f95ac8;hp=04aa41b0ccc594ea86263418299e1beaf50ea1a6;hpb=f7fdb47545e9eb7a26e9d83248bf4bc6685010cc;p=benchmarks-js.git diff --git a/busy-wait.mjs b/busy-wait.mjs index 04aa41b..ec8a70d 100644 --- a/busy-wait.mjs +++ b/busy-wait.mjs @@ -1,4 +1,4 @@ -import { bench, group, run } from 'mitata' +import { bench, group, run } from 'tatami-ng' import { sleep } from './benchmark-utils.mjs'