| Test name | Executions per second |
|---|---|
| Using the spread operator | 36470880.0 Ops/sec |
| Using Object.assign | 8951689.0 Ops/sec |
| Manually copying properties | 100176088.0 Ops/sec |
| Create new object while copying | 108532888.0 Ops/sec |
| Create new object from scratch | 107035968.0 Ops/sec |
| StructuredClone | 415176.7 Ops/sec |
| JSON | 1966382.2 Ops/sec |