| Test name | Executions per second |
|---|---|
| ✓ Manually copying properties | 177,094,800 Ops/sec |
| Create new object from scratch | 162,404,368 Ops/sec |
| Create new object while copying | 152,535,328 Ops/sec |
| Using the spread operator | 50,114,908 Ops/sec |
| Using Object.assign | 13,289,986 Ops/sec |
| JSON | 2,325,886 Ops/sec |
| StructuredClone | 933,026 Ops/sec |