HTML Preparation code:
AخA
 
1
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.js'></script>
2
<div id='test'></div>
Tests:
  • Vanilla JS

     
    var el = document.getElementById("test");
  • JQuery 3.3.1

     
    var el = $("#test");
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Vanilla JS
    JQuery 3.3.1

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 6 years ago)
Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
IE 11 on Windows 8.1
View result in a separate tab
Test name Executions per second
Vanilla JS 1672447.9 Ops/sec
JQuery 3.3.1 862906.2 Ops/sec