Run details:
Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36
Chrome 54
Windows 8.1
Other
8 years ago
Test name Executions per second
test 1 123364.6 Ops/sec
test 2 250341.1 Ops/sec
HTML Preparation code:
AخA
 
1
<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.1.0.min.js"></script>
2
<div id="testElement"></div>
Tests:
  • test 1

     
    $(window);
    $(window);
  • test 2

     
    var p = $(window);
    p;
    p;