{"ScriptPreparationCode":null,"TestCases":[{"Name":"test1","Code":"for(var i = 0; i \u003C= 100000; i\u002B\u002B) {\r\n const a = { a: \u0027a\u0027, b: \u0027b\u0027};\r\n const b = { c: \u0027c\u0027 }\r\n const c = { ...a, ...b }\r\n}","IsDeferred":false},{"Name":"test2","Code":"for(var i = 0; i \u003C= 100000; i\u002B\u002B) {\r\n const a = { a: \u0027a\u0027, b: \u0027b\u0027};\r\n const b = { c: \u0027c\u0027 }\r\n const c = Object.assign(a,b);\r\n}","IsDeferred":false}]}