Test name | Executions per second |
---|---|
#A | 472041312.0 Ops/sec |
#B | 154626.1 Ops/sec |
#C | 468442816.0 Ops/sec |
#D | 21302856.0 Ops/sec |
#E | 541785600.0 Ops/sec |
#F | 537615744.0 Ops/sec |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
$body = $('body');
bodyEl = document.body;
var app = {};
app.getBody = function() {
return $body;
}
app.getBody2 = function() {
return $('body');
}
$body
$('body')
bodyEl
document.body
app.getBody
app.getBody2