Test name | Executions per second |
---|---|
Using the spread operator | 36957032.0 Ops/sec |
Using Object.assign | 2888463.5 Ops/sec |
Manually copying properties | 761477760.0 Ops/sec |
Create new object while copying | 688027712.0 Ops/sec |
Create new object from scratch | 664758592.0 Ops/sec |