| Test name | Executions per second |
|---|---|
| Using the spread operator | 48841348.0 Ops/sec |
| Using Object.assign | 8405365.0 Ops/sec |
| Manually copying properties | 172721792.0 Ops/sec |
| Create new object while copying | 180481136.0 Ops/sec |
| Create new object from scratch | 171134064.0 Ops/sec |