| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 406,770,144 Ops/sec |
| Create new object while copying | 377,939,520 Ops/sec |
| Manually copying properties | 71,035,976 Ops/sec |
| Using Object.assign | 22,762,226 Ops/sec |
| Using the spread operator | 10,577,992 Ops/sec |
| JSON | 1,161,255 Ops/sec |
| StructuredClone | 925,358 Ops/sec |