{"ScriptPreparationCode":"var MyArr = Array.from({length: 2000000}, () =\u003E ({ password: Math.floor(Math.random() * 40), tier: \u0022NORMAL\u0022 }));\r\n\r\nvar myCopy = null;\r\n","TestCases":[{"Name":"UniqWith","Code":"myCopy = _.uniqWith(MyArr);","IsDeferred":false},{"Name":"New Set()","Code":"MyArr.filter((obj, index, self) =\u003E index === self.findIndex((t) =\u003E JSON.stringify(t) === JSON.stringify(obj)) ); }","IsDeferred":false}]}