| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 64,566,624 Ops/sec |
| Create new object while copying | 63,544,328 Ops/sec |
| Manually copying properties | 60,397,704 Ops/sec |
| Using the spread operator | 23,064,468 Ops/sec |
| Using Object.assign | 2,709,994 Ops/sec |