Test name | Executions per second |
---|---|
Using the spread operator | 72973496.0 Ops/sec |
Using Object.assign | 8853062.0 Ops/sec |
Manually copying properties | 663654592.0 Ops/sec |
Create new object while copying | 681035072.0 Ops/sec |
Create new object from scratch | 1120327936.0 Ops/sec |