| Test name | Executions per second |
|---|---|
| ✓ Manually copying properties | 206,767,488 Ops/sec |
| Create new object from scratch | 203,750,944 Ops/sec |
| Create new object while copying | 191,506,448 Ops/sec |
| Using the spread operator | 62,347,824 Ops/sec |
| Using Object.assign | 16,664,375 Ops/sec |
| JSON | 4,057,216 Ops/sec |
| StructuredClone | 823,235 Ops/sec |