| Test name | Executions per second |
|---|---|
| Using the spread operator | 30352470.0 Ops/sec |
| Using Object.assign | 30108256.0 Ops/sec |
| Manually copying properties | 185419280.0 Ops/sec |
| Create new object while copying | 178826016.0 Ops/sec |
| Create new object from scratch | 367099776.0 Ops/sec |