{"ScriptPreparationCode":"\r\nvar arr = [];\r\nfor(let i = 0; i \u003C 5000; i\u002B\u002B){\r\narr.push({price: i})\r\n}","TestCases":[{"Name":"lodash _.findIndex","Code":"_.findIndex(arr, (o) =\u003E o.price === 4242)","IsDeferred":false},{"Name":"native findIndex()","Code":"arr.findIndex((o) =\u003E o.price === 4242)","IsDeferred":false}]}