| Test name | Executions per second |
|---|---|
| Using the spread operator | 65131672.0 Ops/sec |
| Using Object.assign | 16649245.0 Ops/sec |
| Manually copying properties | 200727184.0 Ops/sec |
| Create new object while copying | 209000544.0 Ops/sec |
| Create new object from scratch | 187672736.0 Ops/sec |
| StructuredClone | 773669.6 Ops/sec |
| JSON | 4081432.2 Ops/sec |