| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 1,031,048,000 Ops/sec |
| Create new object while copying | 627,783,424 Ops/sec |
| Manually copying properties | 614,401,152 Ops/sec |
| Using the spread operator | 64,371,340 Ops/sec |
| Using Object.assign | 8,030,492 Ops/sec |