| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 60,199,428 Ops/sec |
| Create new object while copying | 57,845,056 Ops/sec |
| Manually copying properties | 56,912,848 Ops/sec |
| Using the spread operator | 16,918,796 Ops/sec |
| Using Object.assign | 1,658,537 Ops/sec |