X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=busy-wait.mjs;h=ec8a70d816cf8272e5d0af0ca44e3ca3dd45dc9b;hb=HEAD;hp=04aa41b0ccc594ea86263418299e1beaf50ea1a6;hpb=ab9a08f3b8fdd43f8714e90652028621849f9f58;p=benchmarks-js.git diff --git a/busy-wait.mjs b/busy-wait.mjs index 04aa41b..dd9f691 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' @@ -75,5 +75,5 @@ group('Busy wait', () => { }) await run({ - units: true + units: true, })