Script Preparation code:
AخA
 
var object = {a:1, b:'2', c:false};
Tests:
  • object assign

     
    var object2 = Object.assign({}, object);
  • json

     
    var object2 = JSON.parse(JSON.stringify(object));
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    object assign
    json

    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/67.0.3396.99 Safari/537.36
Chrome 67 on Windows
View result in a separate tab
Test name Executions per second
object assign 890724.6 Ops/sec
json 450059.5 Ops/sec