| Test name | Executions per second |
|---|---|
| Using the spread operator | 40543332.0 Ops/sec |
| Using Object.assign | 10563756.0 Ops/sec |
| Manually copying properties | 119866712.0 Ops/sec |
| Create new object while copying | 119516416.0 Ops/sec |
| Create new object from scratch | 127190776.0 Ops/sec |
| StructuredClone | 331637.3 Ops/sec |
| JSON | 2229923.5 Ops/sec |