| Test name | Executions per second |
|---|---|
| Using the spread operator | 22143972.0 Ops/sec |
| Using Object.assign | 3239792.5 Ops/sec |
| Manually copying properties | 58082556.0 Ops/sec |
| Create new object while copying | 55810280.0 Ops/sec |
| Create new object from scratch | 60712768.0 Ops/sec |