| Test name | Executions per second |
|---|---|
| ✓ Create new object while copying | 294,403,840 Ops/sec |
| Create new object from scratch | 287,935,616 Ops/sec |
| Manually copying properties | 47,085,500 Ops/sec |
| Using Object.assign | 19,193,964 Ops/sec |
| Using the spread operator | 8,425,241 Ops/sec |
| JSON | 980,035 Ops/sec |
| StructuredClone | 738,485 Ops/sec |