{"ScriptPreparationCode":" var data = [..._.range(1000).map(function(i) {\r\n return {\r\n counter: i\r\n }\r\n }),..._.range(1000).map(function(i) {\r\n return {\r\n counter: i\r\n }\r\n })];","TestCases":[{"Name":"Lodash","Code":"var result = _.uniq(data);","IsDeferred":false},{"Name":"Ramda without relying on currying or composition","Code":"var result = R.uniq(data);","IsDeferred":false}]}