Test case name | Result |
---|---|
Using the spread operator | |
Using Object.assign | |
Manually copying properties | |
Create new object while copying | |
Create new object from scratch |
Test name | Executions per second |
---|---|
Using the spread operator | 30825910.0 Ops/sec |
Using Object.assign | 5996999.0 Ops/sec |
Manually copying properties | 93699416.0 Ops/sec |
Create new object while copying | 86878408.0 Ops/sec |
Create new object from scratch | 86349760.0 Ops/sec |