Test name | Executions per second |
---|---|
Using the spread operator | 27384438.0 Ops/sec |
Using Object.assign | 3223567.5 Ops/sec |
Manually copying properties | 763803392.0 Ops/sec |
Create new object while copying | 747769920.0 Ops/sec |
Create new object from scratch | 749314688.0 Ops/sec |