{"ScriptPreparationCode":"/*your preparation JavaScript code goes here\r\nTo execute async code during the script preparation, wrap it as function globalMeasureThatScriptPrepareFunction, example:*/\r\nasync function globalMeasureThatScriptPrepareFunction() {\r\n // This function is optional, feel free to remove it.\r\n // await someThing();\r\n}","TestCases":[{"Name":"new Array(500).fill(0, 0, 500)","Code":"new Array(500).fill(0)","IsDeferred":false},{"Name":"[...Array(6)].map(x =\u003E 0);","Code":"[...Array(6)].map(x =\u003E 0);","IsDeferred":false}]}