| Test name | Executions per second |
|---|---|
| Using the spread operator | 50059208.0 Ops/sec |
| Using Object.assign | 13266595.0 Ops/sec |
| Manually copying properties | 168195152.0 Ops/sec |
| Create new object while copying | 165654048.0 Ops/sec |
| Create new object from scratch | 163310048.0 Ops/sec |
| StructuredClone | 1033661.6 Ops/sec |
| JSON | 3025174.5 Ops/sec |