| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 213,445,072 Ops/sec |
| Manually copying properties | 204,542,336 Ops/sec |
| Create new object while copying | 198,446,512 Ops/sec |
| Using the spread operator | 55,282,788 Ops/sec |
| Using Object.assign | 15,183,460 Ops/sec |