{"ScriptPreparationCode":"var array = Array.from({length: 10000}, () =\u003E Math.floor(Math.random() * 10000));","TestCases":[{"Name":"lodash","Code":"_.sortBy(array)","IsDeferred":false},{"Name":"native","Code":"array.sort()","IsDeferred":false}]}