{"ScriptPreparationCode":"var data = []\r\n_.times(1000, (i) =\u003E {\r\n const id = \u0060abc-${i}\u0060;\r\n data.push({ depth: i, uuid: id });\r\n})","TestCases":[{"Name":"iterate all","Code":"var i = 0\r\nfor (const { depth, id } of data) {\r\n if (depth \u003E -1) {\r\n i \u002B= 1;\r\n }\r\n}\r\nconsole.log(\u0027DONE \u0027, i);","IsDeferred":false},{"Name":"itrerate all 2","Code":"var i = 0\r\nfor (const { depth, id } of data) {\r\n if (depth \u003E -1) {\r\n i \u002B= 1;\r\n }\r\n}\r\nconsole.log(\u0027DONE \u0027, i);","IsDeferred":false}]}