Test name | Executions per second |
---|---|
Using the spread operator | 65528196.0 Ops/sec |
Using Object.assign | 8168132.5 Ops/sec |
Manually copying properties | 619019008.0 Ops/sec |
Create new object while copying | 628483840.0 Ops/sec |
Create new object from scratch | 1031415360.0 Ops/sec |