{"ScriptPreparationCode":"var params = (new Array(250)).fill(Math.random());\r\nvar other = (new Array(500)).fill(Math.random());","TestCases":[{"Name":"Concat","Code":"params.concat(other);","IsDeferred":false},{"Name":"Spread","Code":"[...params, ...other];","IsDeferred":false},{"Name":"Push","Code":"params.push(...other);","IsDeferred":false}]}