Test name | Executions per second |
---|---|
Using the spread operator | 9778538.0 Ops/sec |
Using Object.assign | 7299354.5 Ops/sec |
Manually copying properties | 223387792.0 Ops/sec |
Create new object while copying | 224157264.0 Ops/sec |
Create new object from scratch | 494972640.0 Ops/sec |