| Test name | Executions per second |
|---|---|
| Using the spread operator | 46491028.0 Ops/sec |
| Using Object.assign | 7495779.0 Ops/sec |
| Manually copying properties | 172964160.0 Ops/sec |
| Create new object while copying | 175817456.0 Ops/sec |
| Create new object from scratch | 161117184.0 Ops/sec |