| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 163,228,304 Ops/sec |
| Manually copying properties | 156,586,880 Ops/sec |
| Create new object while copying | 149,507,344 Ops/sec |
| Using the spread operator | 51,628,640 Ops/sec |
| Using Object.assign | 12,643,260 Ops/sec |