{"ScriptPreparationCode":null,"TestCases":[{"Name":"Array.prototype.concat","Code":"var params = new Array(1e5).fill({a:2,b:3,c:4});\r\nvar other = params.concat(params,params,params);","IsDeferred":false},{"Name":"spread operator","Code":"var params = new Array(1e5).fill({a:2,b:3,c:4});\r\nvar other = [...params,...params,...params];","IsDeferred":false}]}