| Test name | Executions per second |
|---|---|
| Using the spread operator | 9366734.0 Ops/sec |
| Using Object.assign | 9509962.0 Ops/sec |
| Manually copying properties | 178988736.0 Ops/sec |
| Create new object while copying | 177234320.0 Ops/sec |
| Create new object from scratch | 398706880.0 Ops/sec |