| Test name | Executions per second |
|---|---|
| Using the spread operator | 53594324.0 Ops/sec |
| Using Object.assign | 15069138.0 Ops/sec |
| Manually copying properties | 179063648.0 Ops/sec |
| Create new object while copying | 190838944.0 Ops/sec |
| Create new object from scratch | 185819808.0 Ops/sec |