class vs data attributes (v10)

Revision 10 of this benchmark created by Amiran on


Preparation HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<div class="pippo" data-pippo></div>

Test runner

Ready to run.

Testing in
TestOps/sec
class
$('.pippo');
ready
data-attr
$('[data-pippo]')
ready

Revisions

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