| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 129,917,912 Ops/sec |
| Create new object while copying | 127,014,648 Ops/sec |
| Manually copying properties | 126,240,920 Ops/sec |
| Using the spread operator | 34,382,364 Ops/sec |
| Using Object.assign | 5,655,712 Ops/sec |