| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 398,706,880 Ops/sec |
| Manually copying properties | 178,988,736 Ops/sec |
| Create new object while copying | 177,234,320 Ops/sec |
| Using Object.assign | 9,509,962 Ops/sec |
| Using the spread operator | 9,366,734 Ops/sec |