| Test name | Executions per second |
|---|---|
| Using the spread operator | 9483368.0 Ops/sec |
| Using Object.assign | 1060156.1 Ops/sec |
| Manually copying properties | 240064448.0 Ops/sec |
| Create new object while copying | 250958608.0 Ops/sec |
| Create new object from scratch | 425889440.0 Ops/sec |