| Test name | Executions per second |
|---|---|
| Using the spread operator | 42187524.0 Ops/sec |
| Using Object.assign | 40737596.0 Ops/sec |
| Manually copying properties | 497470464.0 Ops/sec |
| Create new object while copying | 491121056.0 Ops/sec |
| Create new object from scratch | 404320960.0 Ops/sec |
| StructuredClone | 1112368.4 Ops/sec |
| JSON | 3560352.8 Ops/sec |