build(deps-dev): apply updates
[benchmarks-js.git] / random.mjs
index fa6337372775e519ee3a9bc08018e9ad2ff690b8..e3bd25f218a9cfb8ec7b1fb29f25f90bee7e9d27 100644 (file)
@@ -1,10 +1,10 @@
 import { randomInt } from 'node:crypto'
 
 import { randomInt } from 'node:crypto'
 
-import { bench, group, run } from 'mitata'
+import { bench, group, run } from 'tatami-ng'
 
 import {
   secureRandom,
 
 import {
   secureRandom,
-  secureRandomWithRandomValues
+  secureRandomWithRandomValues,
 } from './benchmark-utils.mjs'
 
 const maximum = 281474976710655
 } from './benchmark-utils.mjs'
 
 const maximum = 281474976710655
@@ -79,5 +79,5 @@ group('Random Integer Generator', () => {
 })
 
 await run({
 })
 
 await run({
-  units: true
+  units: true,
 })
 })