| Test name | Executions per second |
|---|---|
| Using the spread operator | 54311000.0 Ops/sec |
| Using Object.assign | 44633344.0 Ops/sec |
| Manually copying properties | 844590848.0 Ops/sec |
| Create new object while copying | 785772544.0 Ops/sec |
| Create new object from scratch | 913218688.0 Ops/sec |
| StructuredClone | 1158578.6 Ops/sec |
| JSON | 4448000.0 Ops/sec |