{"ScriptPreparationCode":null,"TestCases":[{"Name":"JSON","Code":"const a = []\r\nfor(let i = 0; i \u003C 10000; i\u002B\u002B) {\r\n\ta.push(i.toString().repeat(10))\r\n} \r\nconst b = JSON.stringify(a)","IsDeferred":false},{"Name":"join","Code":"const a = []\r\nfor(let i = 0; i \u003C 10000; i\u002B\u002B) {\r\n\ta.push(i.toString().repeat(10))\r\n} \r\nconst b = a.join()","IsDeferred":false}]}