| Test case name | Result |
|---|---|
| Object.assign two objects | |
| Spread two objects | |
| Object.assign two objects with no empty object first |
| Test name | Executions per second |
|---|---|
| Object.assign two objects | 15845.9 Ops/sec |
| Spread two objects | 19808.3 Ops/sec |
| Object.assign two objects with no empty object first | 54681.6 Ops/sec |