| Test name | Executions per second |
|---|---|
| Using the spread operator | 22581916.0 Ops/sec |
| Using Object.assign | 9970908.0 Ops/sec |
| Manually copying properties | 13423891.0 Ops/sec |
| Create new object while copying | 13301174.0 Ops/sec |
| Create new object from scratch | 24246250.0 Ops/sec |
| StructuredClone | 1156973.6 Ops/sec |
| JSON | 3521083.0 Ops/sec |