{"ScriptPreparationCode":null,"TestCases":[{"Name":"1 loop x 10 ops","Code":"var i = 1e5;\r\nvar x = \u0027\u0027;\r\nwhile (i--) {\r\n\tx \u002B= i\u002B1;\r\n\tx \u002B= i\u002B2;\r\n \tx \u002B= i\u002B3;\r\n \tx \u002B= i\u002B4;\r\n \tx \u002B= i\u002B5;\r\n\tx \u002B= i\u002B6;\r\n\tx \u002B= i\u002B7;\r\n \tx \u002B= i\u002B8;\r\n \tx \u002B= i\u002B9;\r\n \tx \u002B= i\u002B10;\r\n}","IsDeferred":false},{"Name":"10 loops x 1 op","Code":"var j = 1e5;\r\nvar y = \u0027\u0027;\r\nwhile (j--) {\r\n\ty \u002B= j\u002B1;\r\n}\r\nj = 1e5;\r\nwhile (j--) {\r\n\ty \u002B= j\u002B2;\r\n}\r\nj = 1e5;\r\nwhile (j--) {\r\n \ty \u002B= j\u002B3;\r\n}\r\nj = 1e5;\r\nwhile (j--) {\r\n \ty \u002B= j\u002B4;\r\n}\r\nj = 1e5;\r\nwhile (j--) {\r\n \ty \u002B= j\u002B5;\r\n}\r\nj = 1e5;\r\nwhile (j--) {\r\n\ty \u002B= j\u002B6;\r\n}\r\nj = 1e5;\r\nwhile (j--) {\r\n\ty \u002B= j\u002B7;\r\n}\r\nj = 1e5;\r\nwhile (j--) {\r\n \ty \u002B= j\u002B8;\r\n}\r\nj = 1e5;\r\nwhile (j--) {\r\n \ty \u002B= j\u002B9;\r\n}\r\nj = 1e5;\r\nwhile (j--) {\r\n \ty \u002B= j\u002B10;\r\n}","IsDeferred":false}]}