| Test name | Executions per second |
|---|---|
| Using the spread operator | 65055900.0 Ops/sec |
| Using Object.assign | 12179692.0 Ops/sec |
| Manually copying properties | 165122880.0 Ops/sec |
| Create new object while copying | 136795072.0 Ops/sec |
| Create new object from scratch | 157952048.0 Ops/sec |