{"ScriptPreparationCode":"const elements = Array(100000).map(i =\u003E { id: i });\r\n/*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":"spread","Code":"/*When writing async/deferred tests, use \u0060deferred.resolve()\u0060 to mark test as done*/\r\nconst anotherArray = [];\r\nanotherArray.push(...elements);","IsDeferred":false},{"Name":"push","Code":"const anotherArray = [];\r\nelements.forEach(el =\u003E anotherArray.push(el));","IsDeferred":false}]}