X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=promise-handling.mjs;h=5ace30e862052584859f7cd028b334beaada6ed5;hb=d7aa6b382acd2e457ab8f67996db357a71ff88b7;hp=4c20dc2eabf5f94634eb6d4ce01e65fadad27d95;hpb=ab9a08f3b8fdd43f8714e90652028621849f9f58;p=benchmarks-js.git diff --git a/promise-handling.mjs b/promise-handling.mjs index 4c20dc2..5ace30e 100644 --- a/promise-handling.mjs +++ b/promise-handling.mjs @@ -1,4 +1,4 @@ -import { bench, group, run } from 'mitata' +import { bench, group, run } from 'tatami-ng' /** * @@ -34,5 +34,5 @@ group('Promise handling', () => { }) await run({ - units: true + units: true, })