| Test name | Executions per second |
|---|---|
| Using the spread operator | 49061772.0 Ops/sec |
| Using Object.assign | 4286886.0 Ops/sec |
| Manually copying properties | 521690912.0 Ops/sec |
| Create new object while copying | 510394528.0 Ops/sec |
| Create new object from scratch | 1022592448.0 Ops/sec |