HTML Preparation code:
AخA
 
1
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.4/lodash.min.js"></script>
Script Preparation code:
 
window.foo = {a: false, b: '1', c: 3};
window.bar = {a: false, b: '1', c: 3};
Tests:
  • isEqu

     
    _.isEqual(window.foo, window.bar)
  • json

     
    JSON.stringify(window.foo) === JSON.stringify(window.bar);
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    isEqu
    json

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36
Chrome 81 on Windows
View result in a separate tab
Test name Executions per second
isEqu 319681.9 Ops/sec
json 294034.9 Ops/sec