Test case name | Result |
---|---|
Merge 2 Objects with spread | |
Merge 2 Objects with Object.assign | |
Add/Edit one object with spread | |
Add/Edit one object with object.assign |
Test name | Executions per second |
---|---|
Merge 2 Objects with spread | 2649406.5 Ops/sec |
Merge 2 Objects with Object.assign | 3473269.0 Ops/sec |
Add/Edit one object with spread | 4568449.5 Ops/sec |
Add/Edit one object with object.assign | 3906350.0 Ops/sec |