| Test name | Executions per second |
|---|---|
| Using the spread operator | 28481074.0 Ops/sec |
| Using Object.assign | 6737884.5 Ops/sec |
| Manually copying properties | 36312676.0 Ops/sec |
| Create new object while copying | 48272324.0 Ops/sec |
| Create new object from scratch | 83540144.0 Ops/sec |
| StructuredClone | 533175.0 Ops/sec |
| JSON | 2016534.4 Ops/sec |