| Test name | Executions per second |
|---|---|
| Using the spread operator | 43787276.0 Ops/sec |
| Using Object.assign | 10636184.0 Ops/sec |
| Manually copying properties | 132414600.0 Ops/sec |
| Create new object while copying | 127349336.0 Ops/sec |
| Create new object from scratch | 130561976.0 Ops/sec |