| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 367,099,776 Ops/sec |
| Manually copying properties | 185,419,280 Ops/sec |
| Create new object while copying | 178,826,016 Ops/sec |
| Using the spread operator | 30,352,470 Ops/sec |
| Using Object.assign | 30,108,256 Ops/sec |