Tests:
  • a

    AخA
     
    var obj = { a: 5, b: 3 }
    obj = {...obj, b: 4}
  • b

     
    var obj = { a : 5, b: 3 }
    obj.b = 5
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    a
    b

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1
Mobile Safari 13 on iOS 13.5.1
View result in a separate tab
Test name Executions per second
a 2590552.5 Ops/sec
b 243205456.0 Ops/sec