| Test name | Executions per second |
|---|---|
| Using the spread operator | 15894050.0 Ops/sec |
| Using Object.assign | 2049923.8 Ops/sec |
| Manually copying properties | 51962200.0 Ops/sec |
| Create new object while copying | 47449308.0 Ops/sec |
| Create new object from scratch | 53333028.0 Ops/sec |