data_testing (v2)

Revision 2 of this benchmark created on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<h3></h3>
<script>
  var toUse = $('h3');
</script>

Test runner

Ready to run.

Testing in
TestOps/sec
$.data
$.data(toUse, 'bla', 'blo');
ready
$().data
toUse.data('bla', 'blo');
ready

Revisions

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