Test name | Executions per second |
---|---|
Using the spread operator | 43491376.0 Ops/sec |
Using Object.assign | 11228664.0 Ops/sec |
Manually copying properties | 165126560.0 Ops/sec |
Create new object while copying | 158038864.0 Ops/sec |
Create new object from scratch | 151361952.0 Ops/sec |