| Test name | Executions per second |
|---|---|
| Using the spread operator | 43951744.0 Ops/sec |
| Using Object.assign | 5034821.5 Ops/sec |
| Manually copying properties | 992088256.0 Ops/sec |
| Create new object while copying | 962004032.0 Ops/sec |
| Create new object from scratch | 982377152.0 Ops/sec |