Script Preparation code:
AخA
 
var a = document.createElement('a');
Tests:
  • createTextNode

     
    a.appendChild(document.createTextNode('text'));
  • textContent

     
    a.textContent = 'text';
  • innerText

     
    a.innerText = 'text';
  • innerHTML

     
    a.innerHTML = 'text';
  • nodeValue

     
    a.nodeValue = 'text';
  • innerContent

     
    a.innerContent = 'text';
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    createTextNode
    textContent
    innerText
    innerHTML
    nodeValue
    innerContent

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Safari/537.36
Chrome 96 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
createTextNode 1196146.5 Ops/sec
textContent 5247276.0 Ops/sec
innerText 1080058.9 Ops/sec
innerHTML 384940.7 Ops/sec
nodeValue 7006807.0 Ops/sec
innerContent 15774213.0 Ops/sec