| Test name | Executions per second |
|---|---|
| Using the spread operator | 34809588.0 Ops/sec |
| Using Object.assign | 9234613.0 Ops/sec |
| Manually copying properties | 102085504.0 Ops/sec |
| Create new object while copying | 98595632.0 Ops/sec |
| Create new object from scratch | 103090760.0 Ops/sec |