HTML Preparation code:
AخA
 
1
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js'></script>
2
<table>
3
<thead>
4
  <th>
5
    test
6
  </th>
7
</thead>
8
</table>
Tests:
  • jquery find find

     
    $("table").find("thead").find("th")
  • jquery find

     
    $("table").find("thead th")
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    jquery find find
    jquery find

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 5 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0
Firefox 70 on Windows
View result in a separate tab
Test name Executions per second
jquery find find 393140.7 Ops/sec
jquery find 211923.2 Ops/sec