| Test name | Executions per second |
|---|---|
| Using the spread operator | 80870216.0 Ops/sec |
| Using Object.assign | 20620150.0 Ops/sec |
| Manually copying properties | 254744512.0 Ops/sec |
| Create new object while copying | 256299376.0 Ops/sec |
| Create new object from scratch | 274709504.0 Ops/sec |