| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 53,333,028 Ops/sec |
| Manually copying properties | 51,962,200 Ops/sec |
| Create new object while copying | 47,449,308 Ops/sec |
| Using the spread operator | 15,894,050 Ops/sec |
| Using Object.assign | 2,049,924 Ops/sec |