| Test name | Executions per second |
|---|---|
| Using the spread operator | 58828000.0 Ops/sec |
| Using Object.assign | 15266187.0 Ops/sec |
| Manually copying properties | 212420192.0 Ops/sec |
| Create new object while copying | 212070544.0 Ops/sec |
| Create new object from scratch | 193534544.0 Ops/sec |
| StructuredClone | 823242.8 Ops/sec |
| JSON | 3785203.0 Ops/sec |