Test name | Executions per second |
---|---|
Using the spread operator | 47799836.0 Ops/sec |
Using Object.assign | 3681914.5 Ops/sec |
Manually copying properties | 1040378880.0 Ops/sec |
Create new object while copying | 1044471168.0 Ops/sec |
Create new object from scratch | 1045413696.0 Ops/sec |