build(deps-dev): apply updates
[benchmarks-js.git] / busy-wait.mjs
index 04aa41b0ccc594ea86263418299e1beaf50ea1a6..dd9f6917241a3f38598bf17cdedd4b6f1546149f 100644 (file)
@@ -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,
 })