| Test name | Executions per second |
|---|---|
| ✓ Manually copying properties | 189,370,736 Ops/sec |
| Create new object from scratch | 178,484,096 Ops/sec |
| Create new object while copying | 169,682,416 Ops/sec |
| Using the spread operator | 47,978,856 Ops/sec |
| Using Object.assign | 12,567,753 Ops/sec |
| JSON | 3,236,108 Ops/sec |
| StructuredClone | 702,029 Ops/sec |