| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 83,540,144 Ops/sec |
| Create new object while copying | 48,272,324 Ops/sec |
| Manually copying properties | 36,312,676 Ops/sec |
| Using the spread operator | 28,481,074 Ops/sec |
| Using Object.assign | 6,737,884 Ops/sec |
| JSON | 2,016,534 Ops/sec |
| StructuredClone | 533,175 Ops/sec |