Test name | Executions per second |
---|---|
Using the spread operator | 38209344.0 Ops/sec |
Using Object.assign | 4232965.0 Ops/sec |
Manually copying properties | 856653376.0 Ops/sec |
Create new object while copying | 855947648.0 Ops/sec |
Create new object from scratch | 854213056.0 Ops/sec |