{"ScriptPreparationCode":"var MyArr = Array.from({length: 10000}, () =\u003E Math.floor(Math.random() * 40));\r\n\r\nvar myCopy = null;\r\n","TestCases":[{"Name":"Lodash uniqBy","Code":"myCopy = _.uniqBy(MyArr);","IsDeferred":false},{"Name":"Set","Code":"myCopy = [...new Set(MyArr)]","IsDeferred":false}]}