{"ScriptPreparationCode":"var arr = [...Array(2000).fill({ test: \u0027val\u0027})];","TestCases":[{"Name":"ramdajs collectBy","Code":"R.collectBy(R.prop(\u0027test\u0027), arr)[0];","IsDeferred":false},{"Name":"map","Code":"arr.map(({ test }) =\u003E test);","IsDeferred":false},{"Name":"ramdajs project","Code":"const getTest = R.project([\u0027test\u0027]) \r\nconst result = getTest(arr)","IsDeferred":false}]}