| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 135,618,768 Ops/sec |
| Manually copying properties | 125,606,944 Ops/sec |
| Create new object while copying | 121,818,120 Ops/sec |
| Using the spread operator | 43,137,580 Ops/sec |
| Using Object.assign | 9,571,611 Ops/sec |
| JSON | 1,437,709 Ops/sec |
| StructuredClone | 459,819 Ops/sec |