X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=busy-wait.mjs;h=dd9f6917241a3f38598bf17cdedd4b6f1546149f;hb=6bd2938f3782ea748b6ef57c19dab6f30bef00d9;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, })