| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 127,190,776 Ops/sec |
| Manually copying properties | 119,866,712 Ops/sec |
| Create new object while copying | 119,516,416 Ops/sec |
| Using the spread operator | 40,543,332 Ops/sec |
| Using Object.assign | 10,563,756 Ops/sec |
| JSON | 2,229,924 Ops/sec |
| StructuredClone | 331,637 Ops/sec |