{"ScriptPreparationCode":"const array = Array.from({\r\n length: 100000\r\n}, () =\u003E Math.random())","TestCases":[{"Name":"lodash","Code":"_.chunk(array, 10)","IsDeferred":false},{"Name":"native","Code":"[...Array(Math.ceil(array.length / 10))].map(_ =\u003E array.splice(0, 10))","IsDeferred":false}]}