| Test name | Executions per second |
|---|---|
| Using the spread operator | 43137580.0 Ops/sec |
| Using Object.assign | 9571611.0 Ops/sec |
| Manually copying properties | 125606944.0 Ops/sec |
| Create new object while copying | 121818120.0 Ops/sec |
| Create new object from scratch | 135618768.0 Ops/sec |
| StructuredClone | 459818.7 Ops/sec |
| JSON | 1437708.9 Ops/sec |