| Test name | Executions per second |
|---|---|
| Using the spread operator | 45533972.0 Ops/sec |
| Using Object.assign | 7313359.5 Ops/sec |
| Manually copying properties | 175976784.0 Ops/sec |
| Create new object while copying | 172804944.0 Ops/sec |
| Create new object from scratch | 168754832.0 Ops/sec |