HTML Preparation code:
Script Preparation code:
Tests:
  • myCopy = _.cloneDeep(MyObject);

  • myCopy = _.merge({}, MyObject);

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    myCopy = _.cloneDeep(MyObject);
    myCopy = _.merge({}, MyObject);

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 6 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36
Chrome 69 on Windows
View result in a separate tab
Test name Executions per second
myCopy = _.cloneDeep(MyObject); 376705.0 Ops/sec
myCopy = _.merge({}, MyObject); 343614.4 Ops/sec


;