| Test name | Executions per second |
|---|---|
| Using the spread operator | 8425241.0 Ops/sec |
| Using Object.assign | 19193964.0 Ops/sec |
| Manually copying properties | 47085500.0 Ops/sec |
| Create new object while copying | 294403840.0 Ops/sec |
| Create new object from scratch | 287935616.0 Ops/sec |
| StructuredClone | 738484.6 Ops/sec |
| JSON | 980034.7 Ops/sec |