Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36
Chrome 94
Windows
Desktop
3 years ago
Test name Executions per second
createTextNode 583467.5 Ops/sec
createComment 595562.1 Ops/sec
Tests:
  • createTextNode

    AخA
     
    const a = document.createElement('div')
    a.append(document.createTextNode(''))
  • createComment

     
    const a = document.createElement('div')
    a.append(document.createComment(''))