| Test name | Executions per second |
|---|---|
| ✓ Create new object while copying | 209,000,544 Ops/sec |
| Manually copying properties | 200,727,184 Ops/sec |
| Create new object from scratch | 187,672,736 Ops/sec |
| Using the spread operator | 65,131,672 Ops/sec |
| Using Object.assign | 16,649,245 Ops/sec |
| JSON | 4,081,432 Ops/sec |
| StructuredClone | 773,670 Ops/sec |