{"ScriptPreparationCode":"window.DATA = Array(10000);","TestCases":[{"Name":"map","Code":"let result = [];\r\nresult = DATA.map(d =\u003E d \u002B 1);\r\nresult = DATA.map(d =\u003E d \u002B 1);\r\nresult = DATA.map(d =\u003E d \u002B 1);\r\nresult = DATA.map(d =\u003E d \u002B 1);","IsDeferred":false},{"Name":"loop","Code":"let result = [];\r\nfor (const d in DATA) {\r\n result.push(d \u002B 1);\r\n}\r\nresult = [];\r\nfor (const d in DATA) {\r\n result.push(d \u002B 1);\r\n}\r\nresult = [];\r\nfor (const d in DATA) {\r\n result.push(d \u002B 1);\r\n}\r\nresult = [];\r\nfor (const d in DATA) {\r\n result.push(d \u002B 1);\r\n}","IsDeferred":false}]}