X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=busy-wait.mjs;h=ec8a70d816cf8272e5d0af0ca44e3ca3dd45dc9b;hb=72d269f8887eb6859424f59473ef2e85568ceca6;hp=04aa41b0ccc594ea86263418299e1beaf50ea1a6;hpb=ab9a08f3b8fdd43f8714e90652028621849f9f58;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'