| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 103,090,760 Ops/sec |
| Manually copying properties | 102,085,504 Ops/sec |
| Create new object while copying | 98,595,632 Ops/sec |
| Using the spread operator | 34,809,588 Ops/sec |
| Using Object.assign | 9,234,613 Ops/sec |