| Test name | Executions per second |
|---|---|
| Using the spread operator | 27133172.0 Ops/sec |
| Using Object.assign | 7779241.0 Ops/sec |
| Manually copying properties | 94194208.0 Ops/sec |
| Create new object while copying | 96114872.0 Ops/sec |
| Create new object from scratch | 97345352.0 Ops/sec |
| StructuredClone | 331429.7 Ops/sec |
| JSON | 1263414.5 Ops/sec |