Test name | Executions per second |
---|---|
Using the spread operator | 48744648.0 Ops/sec |
Using Object.assign | 3804505.8 Ops/sec |
Manually copying properties | 1196738560.0 Ops/sec |
Create new object while copying | 1229019520.0 Ops/sec |
Create new object from scratch | 1243483648.0 Ops/sec |