| Test name | Executions per second |
|---|---|
| Using the spread operator | 47978856.0 Ops/sec |
| Using Object.assign | 12567753.0 Ops/sec |
| Manually copying properties | 189370736.0 Ops/sec |
| Create new object while copying | 169682416.0 Ops/sec |
| Create new object from scratch | 178484096.0 Ops/sec |
| StructuredClone | 702028.8 Ops/sec |
| JSON | 3236107.5 Ops/sec |