| Test name | Executions per second |
|---|---|
| Using the spread operator | 20839704.0 Ops/sec |
| Using Object.assign | 9817506.0 Ops/sec |
| Manually copying properties | 14186338.0 Ops/sec |
| Create new object while copying | 14072360.0 Ops/sec |
| Create new object from scratch | 26853634.0 Ops/sec |
| StructuredClone | 1156254.2 Ops/sec |
| JSON | 3566618.5 Ops/sec |