| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 219,107,488 Ops/sec |
| Create new object while copying | 217,348,336 Ops/sec |
| Manually copying properties | 39,073,144 Ops/sec |
| Using Object.assign | 12,969,728 Ops/sec |
| Using the spread operator | 7,244,029 Ops/sec |