| Test name | Executions per second |
|---|---|
| Using the spread operator | 16918796.0 Ops/sec |
| Using Object.assign | 1658537.0 Ops/sec |
| Manually copying properties | 56912848.0 Ops/sec |
| Create new object while copying | 57845056.0 Ops/sec |
| Create new object from scratch | 60199428.0 Ops/sec |