HTML Preparation code:
AخA
 
1
window.foo = {'cat': 'cat', 'dog': 'dog', 'bird': 'bird'};
2
window.foo = {'cat': 'cat', 'dog': 'dog', 'bird': 'bird'};
Tests:
  • isEqual

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

     
    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
    isEqual
    stringify

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36
Chrome 88 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
isEqual 841503.9 Ops/sec
stringify 680160.9 Ops/sec