| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 1,028,181,312 Ops/sec |
| Create new object while copying | 622,698,880 Ops/sec |
| Manually copying properties | 614,617,408 Ops/sec |
| Using the spread operator | 67,834,656 Ops/sec |
| Using Object.assign | 8,234,306 Ops/sec |