Tests:
  • merge

    x
     
    let obj1 = { first: 'first', second: 'second', third: 'third' };
    const obj2 = { fourth: 'fourth' };
    obj1 = {
      ...obj1,
      ...obj2,
    };
  • set a value

     
    let obj1 = { first: 'first', second: 'second', third: 'third' };
    obj1.fourth = 'fourth';
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    merge
    set a value

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.112 Safari/537.36
Chrome 86 on Linux
View result in a separate tab
Test name Executions per second
merge 226649.4 Ops/sec
set a value 74262248.0 Ops/sec