Test name | Executions per second |
---|---|
Using the spread operator | 34842556.0 Ops/sec |
Using Object.assign | 13842471.0 Ops/sec |
Manually copying properties | 238682704.0 Ops/sec |
Create new object while copying | 234094592.0 Ops/sec |
Create new object from scratch | 457030880.0 Ops/sec |