class vs attributes (v3)

Revision 3 of this benchmark created on


Preparation HTML

<div class="pippo" pippo="true"></div>

Test runner

Ready to run.

Testing in
TestOps/sec
class
document.getElementsByClassName('pippo');
ready
attr
document.querySelector('div[pippo]')
ready

Revisions

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