| Test name | Executions per second |
|---|---|
| Using the spread operator | 9426794.0 Ops/sec |
| Using Object.assign | 9304297.0 Ops/sec |
| Manually copying properties | 172205824.0 Ops/sec |
| Create new object while copying | 177330720.0 Ops/sec |
| Create new object from scratch | 397030240.0 Ops/sec |