| Test name | Executions per second |
|---|---|
| Using the spread operator | 30825910.0 Ops/sec |
| Using Object.assign | 5996999.0 Ops/sec |
| Manually copying properties | 93699416.0 Ops/sec |
| Create new object while copying | 86878408.0 Ops/sec |
| Create new object from scratch | 86349760.0 Ops/sec |