| Test name | Executions per second |
|---|---|
| ✓ Create new object while copying | 176,756,176 Ops/sec |
| Create new object from scratch | 175,854,336 Ops/sec |
| Manually copying properties | 25,480,756 Ops/sec |
| Using Object.assign | 6,954,302 Ops/sec |
| Using the spread operator | 4,453,012 Ops/sec |
| JSON | 397,799 Ops/sec |
| StructuredClone | 244,361 Ops/sec |