Test name | Executions per second |
---|---|
Using the spread operator | 5237168.5 Ops/sec |
Using Object.assign | 5358803.5 Ops/sec |
Manually copying properties | 25451718.0 Ops/sec |
Create new object while copying | 148198704.0 Ops/sec |
Create new object from scratch | 140060144.0 Ops/sec |