{"ScriptPreparationCode":null,"TestCases":[{"Name":"getComputedStyle","Code":"let i = 5000;\r\nwhile (i--) {\r\n\ttest();\r\n}\r\n\r\nfunction test() {\r\n return window.getComputedStyle(document.getElementById(\u0027merciapp\u0027), null);\r\n}","IsDeferred":false},{"Name":"console.log()","Code":"let i = 5000;\r\nwhile (i--) {\r\n\ttest();\r\n}\r\n\r\nfunction test() {\r\n return console.log(document.getElementById(\u0027merciapp\u0027));\r\n}","IsDeferred":false}]}