jquery test

Benchmark created by smarttv on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
jquery
$('body').removeClass().addClass('test-class');
ready
native
document.body.className = 'test-class';
 
ready

Revisions

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

  • Revision 1: published by smarttv on