wrapper

Benchmark created by wrapper on


Preparation HTML

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

Test runner

Ready to run.

Testing in
TestOps/sec
wrapper_w
(function($){

var html = $('div').html();

})(jQuery);
ready
no wrapper jQuery
var html = jQuery('div').html();
 
ready
no wrapper $
var html = $('div').html();
 
ready

Revisions

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

  • Revision 1: published by wrapper on