HTML Preparation code:
AخA
 
1
<div id="test"></div>
Tests:
  • JS

     
    document.getElementById( 'test' ).style.display = 'none';
  • jQuery

     
    jQuery( '#test' ).hide();
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    JS
    jQuery

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 8 years ago)
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36
Chrome 52 on Windows 7
View result in a separate tab
Test name Executions per second
JS 677908.6 Ops/sec
jQuery 97986.7 Ops/sec