| Test name | Executions per second |
|---|---|
| Using the spread operator | 7244029.0 Ops/sec |
| Using Object.assign | 12969728.0 Ops/sec |
| Manually copying properties | 39073144.0 Ops/sec |
| Create new object while copying | 217348336.0 Ops/sec |
| Create new object from scratch | 219107488.0 Ops/sec |