nodeValue (v2)

Revision 2 of this benchmark created on


Preparation HTML

<p id="myid">
  abc
</p>

Setup

var node=document.getElementById('myid');

Test runner

Ready to run.

Testing in
TestOps/sec
firstChild['nodeValue']
node.firstChild['nodeValue'];
ready
firstChild.nodeValue
node.firstChild.nodeValue;
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.