| Test name | Executions per second |
|---|---|
| Using the spread operator | 51628640.0 Ops/sec |
| Using Object.assign | 12643260.0 Ops/sec |
| Manually copying properties | 156586880.0 Ops/sec |
| Create new object while copying | 149507344.0 Ops/sec |
| Create new object from scratch | 163228304.0 Ops/sec |