Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36
Chrome 108
Windows
Desktop
2 years ago
Test name Executions per second
createTextNode 1042218.8 Ops/sec
createComment 1102089.0 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(''))