| Test name | Executions per second |
|---|---|
| ✓ Create new object while copying | 213,102,496 Ops/sec |
| Create new object from scratch | 208,646,528 Ops/sec |
| Manually copying properties | 84,453,096 Ops/sec |
| Using the spread operator | 68,717,960 Ops/sec |
| Using Object.assign | 16,293,537 Ops/sec |
| JSON | 2,724,264 Ops/sec |
| StructuredClone | 792,174 Ops/sec |