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 573078.2 Ops/sec
createComment 581339.3 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(''))