| Test name | Executions per second |
|---|---|
| Using the spread operator | 43666172.0 Ops/sec |
| Using Object.assign | 7570570.5 Ops/sec |
| Manually copying properties | 167285760.0 Ops/sec |
| Create new object while copying | 169773376.0 Ops/sec |
| Create new object from scratch | 159977792.0 Ops/sec |