HTML Preparation code:
AخA
 
1
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
Script Preparation code:
 
var data = {};
Tests:
  • jquery

     
    $.extend(data,{property: 'value'});
  • vanilla js

     
    data.property = 'value';
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    jquery
    vanilla js

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 6 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
Chrome 69 on Mac OS X 10.14.0
View result in a separate tab
Test name Executions per second
jquery 3175167.2 Ops/sec
vanilla js 17165520.0 Ops/sec