{"ScriptPreparationCode":"const obj = { a : 0.0, b: 0.0, x : 0.0, y :0.0, z :0.0 }","TestCases":[{"Name":"Create In Loop","Code":"for (let = 0; i \u003C 1000; i\u002B\u002B) {\r\n\tconst obj2 = { a : 0.0, b: 0.0, x : 0.0, y :0.0, z :0.0 }\r\n \r\n for (let g = 0; g \u003C 10; g\u002B\u002B) {\r\n\t\tobj2.a \u002B= 10;\r\n \tobj2.b \u002B= 20;\r\n \t \tobj2.x \u002B= 30\r\n \t\tobj2.y \u002B= 40\r\n \tobj2.z \u002B= 50\r\n }\r\n}","IsDeferred":false},{"Name":"Reset in Loop","Code":"for (let = 0; i \u003C 1000; i\u002B\u002B) {\r\n\tobj.a = 0.0;\r\n obj.b = 0.0;\r\n obj.x = 0.0;\r\n obj.y = 0.0;\r\n obj.z = 0.0;\r\n\r\n\tfor (let g = 0; g \u003C 10; g\u002B\u002B) {\r\n\t\tobj.a \u002B= 10;\r\n \tobj.b \u002B= 20;\r\n \t \tobj.x \u002B= 30\r\n \t\tobj.y \u002B= 40\r\n \tobj.z \u002B= 50\r\n }\r\n}","IsDeferred":false}],"UseTinyBench":false}