[] vs new Array() (v37)

Revision 37 of this benchmark created on


Preparation HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<div><p><span><a>你好</a></span></p></div><script>function getHeight(el){return el.offsetHeight}</script>

Test runner

Ready to run.

Testing in
TestOps/sec
$ height()
$('div p span a').height()
ready
ele height
$('div p span a')[0].offsetHeight
ready
fn
getHeight($('div p span a')[0])
ready

Revisions

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