| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 519,963,616 Ops/sec |
| Manually copying properties | 230,168,112 Ops/sec |
| Create new object while copying | 216,428,960 Ops/sec |
| Using the spread operator | 9,818,185 Ops/sec |
| Using Object.assign | 7,637,638 Ops/sec |