X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=normal.js;fp=normal.js;h=0000000000000000000000000000000000000000;hb=c68d4281d92ef0da01fc89fb00a93d3a17ba392e;hp=68ac82c40532e1f2a3fbeee05ab86912c7645e9a;hpb=a63eb03c3a3ddaf0c2cc938458c7958352d02f94;p=poolifier.git diff --git a/normal.js b/normal.js deleted file mode 100644 index 68ac82c4..00000000 --- a/normal.js +++ /dev/null @@ -1,16 +0,0 @@ -const start = Date.now() -const toBench = () => { - const iterations = 10000 - - for (let i = 0; i <= iterations; i++) { - const o = { - a: i - } - JSON.stringify(o) - } -} - -for (let i = 0; i < 1000; i++) { - toBench() -} -console.log('Time take is ' + (Date.now() - start))