| Test name | Executions per second |
|---|---|
| Using the spread operator | 9818185.0 Ops/sec |
| Using Object.assign | 7637638.5 Ops/sec |
| Manually copying properties | 230168112.0 Ops/sec |
| Create new object while copying | 216428960.0 Ops/sec |
| Create new object from scratch | 519963616.0 Ops/sec |