| Test name | Executions per second |
|---|---|
| Using the spread operator | 67834656.0 Ops/sec |
| Using Object.assign | 8234305.5 Ops/sec |
| Manually copying properties | 614617408.0 Ops/sec |
| Create new object while copying | 622698880.0 Ops/sec |
| Create new object from scratch | 1028181312.0 Ops/sec |