querySelectorAll vs getElementsByTagName (v122)

Revision 122 of this benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
querySelectorAll
var nodes = document.title;
ready
getElementsByTagName
var nodes = document.getElementsByTagName('title')
ready

Revisions

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