X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=json-stringify.mjs;h=ce58552ff53dbfa101f6374f6080421d1697c8b5;hb=512ff724b68d11b6954e2902a9a7ae4ebd5b8c95;hp=3844fba65f63235426e1e3114eaed3981a3cc906;hpb=4676a95cabbad0975a245e72e822467868f95ac8;p=benchmarks-js.git diff --git a/json-stringify.mjs b/json-stringify.mjs index 3844fba..ce58552 100644 --- a/json-stringify.mjs +++ b/json-stringify.mjs @@ -7,8 +7,8 @@ const sampleObj = { expertise: ['html', 'css', 'react'], address: { city: 'New york', - state: 'NY' - } + state: 'NY', + }, } group('JSON stringify', () => { @@ -18,5 +18,5 @@ group('JSON stringify', () => { }) await run({ - units: true + units: true, })