{"ScriptPreparationCode":"// async function globalMeasureThatScriptPrepareFunction() {}","TestCases":[{"Name":"Element.append","Code":"\u0022use strict\u0022;\r\nfor (let i=0; i\u003C100; i\u002B\u002B) {\r\n const p = document.createElement(\u0022p\u0022);\r\n p.textContent = i;\r\n testDiv.append(p);\r\n}\r\ntestDiv.innerHTML=\u0022\u0022;","IsDeferred":false},{"Name":"Node.appendChild","Code":"\u0022use strict\u0022;\r\nfor (let i=0; i\u003C100; i\u002B\u002B) {\r\n const p = document.createElement(\u0022p\u0022);\r\n p.textContent = i;\r\n testDiv.appendChild(p);\r\n}\r\ntestDiv.innerHTML=\u0022\u0022;","IsDeferred":false}]}