| Test name | Executions per second |
|---|---|
| ✓ Create new object while copying | 108,532,888 Ops/sec |
| Create new object from scratch | 107,035,968 Ops/sec |
| Manually copying properties | 100,176,088 Ops/sec |
| Using the spread operator | 36,470,880 Ops/sec |
| Using Object.assign | 8,951,689 Ops/sec |
| JSON | 1,966,382 Ops/sec |
| StructuredClone | 415,177 Ops/sec |