hihi23

Benchmark created by Test on


Preparation HTML

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

Test runner

Ready to run.

Testing in
TestOps/sec
1
$(function() {
 var blaa = $('#blah');
});
ready
2
$(function() {
 var blaa = $(document.getElementById('blah'));
});
ready

Revisions

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