| Test name | Executions per second |
|---|---|
| ✓ Create new object from scratch | 97,345,352 Ops/sec |
| Create new object while copying | 96,114,872 Ops/sec |
| Manually copying properties | 94,194,208 Ops/sec |
| Using the spread operator | 27,133,172 Ops/sec |
| Using Object.assign | 7,779,241 Ops/sec |
| JSON | 1,263,414 Ops/sec |
| StructuredClone | 331,430 Ops/sec |