| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 60,712,768 Ops/sec |
| Manually copying properties | 58,082,556 Ops/sec |
| Create new object while copying | 55,810,280 Ops/sec |
| Using the spread operator | 22,143,972 Ops/sec |
| Using Object.assign | 3,239,792 Ops/sec |