X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=random.mjs;h=e3bd25f218a9cfb8ec7b1fb29f25f90bee7e9d27;hb=65f5599e2d6f7b2c53712af8695436e682332fac;hp=37bac03bc3ff794aa03f34736a852d5b3785dca1;hpb=4676a95cabbad0975a245e72e822467868f95ac8;p=benchmarks-js.git diff --git a/random.mjs b/random.mjs index 37bac03..e3bd25f 100644 --- a/random.mjs +++ b/random.mjs @@ -4,7 +4,7 @@ import { bench, group, run } from 'tatami-ng' import { secureRandom, - secureRandomWithRandomValues + secureRandomWithRandomValues, } from './benchmark-utils.mjs' const maximum = 281474976710655 @@ -79,5 +79,5 @@ group('Random Integer Generator', () => { }) await run({ - units: true + units: true, })