{"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}\r\nvar arr = [\u0027\u0027, \u0027\u0027, \u0027\u0027];\r\n\r\nconst ARRAY_LENGTH = 10000;","TestCases":[{"Name":"new Array \u002B fill","Code":"new Array(ARRAY_LENGTH).fill(0)","IsDeferred":false},{"Name":"Array.from","Code":"Array.from({ length: ARRAY_LENGTH })","IsDeferred":false}]}