| Test name | Executions per second |
|---|---|
| ✓ Create new object while copying | 147,921,520 Ops/sec |
| Create new object from scratch | 142,539,728 Ops/sec |
| Manually copying properties | 138,901,232 Ops/sec |
| Using the spread operator | 39,943,720 Ops/sec |
| Using Object.assign | 4,920,392 Ops/sec |