build(deps-dev): apply updates
[benchmarks-js.git] / json-stringify.mjs
index de8b81af282be9013001a09508fbd50b4b7410ff..ce58552ff53dbfa101f6374f6080421d1697c8b5 100644 (file)
@@ -1,4 +1,4 @@
-import { bench, group, run } from 'mitata'
+import { bench, group, run } from 'tatami-ng'
 
 const sampleObj = {
   name: 'Sid',
 
 const sampleObj = {
   name: 'Sid',
@@ -7,8 +7,8 @@ const sampleObj = {
   expertise: ['html', 'css', 'react'],
   address: {
     city: 'New york',
   expertise: ['html', 'css', 'react'],
   address: {
     city: 'New york',
-    state: 'NY'
-  }
+    state: 'NY',
+  },
 }
 
 group('JSON stringify', () => {
 }
 
 group('JSON stringify', () => {
@@ -18,5 +18,5 @@ group('JSON stringify', () => {
 })
 
 await run({
 })
 
 await run({
-  units: true
+  units: true,
 })
 })