| Test name | Executions per second |
|---|---|
| Using the spread operator | 40070156.0 Ops/sec |
| Using Object.assign | 4078874.8 Ops/sec |
| Manually copying properties | 132259744.0 Ops/sec |
| Create new object while copying | 130552672.0 Ops/sec |
| Create new object from scratch | 129321968.0 Ops/sec |