build(deps-dev): Bump globals from 15.3.0 to 15.4.0
[benchmarks-js.git] / promise-handling.mjs
index 4c20dc2eabf5f94634eb6d4ce01e65fadad27d95..5ace30e862052584859f7cd028b334beaada6ed5 100644 (file)
@@ -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,
 })