Test name | Executions per second |
---|---|
#A | 10884934.0 Ops/sec |
#B | 1279581.2 Ops/sec |
#C | 10978406.0 Ops/sec |
#D | 5281403.0 Ops/sec |
#E | 19082512.0 Ops/sec |
#F | 19034860.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