HTML Preparation code:
AخA
 
1
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
2
<div class="test"></div>
3
<div class="test2"></div>
Tests:
  • jQuery 3.2.1 Slim

     
    var el = $( document.getElementById(".test") ).jQueryCall();
  • Vanilla JS

     
    var el = document.getElementsByClassName('test');
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    jQuery 3.2.1 Slim
    Vanilla JS

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 6 years ago)
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36
Chrome 68 on Windows 7
View result in a separate tab
Test name Executions per second
jQuery 3.2.1 Slim 0.0 Ops/sec
Vanilla JS 1668485.0 Ops/sec