Test name | Executions per second |
---|---|
Using the spread operator | 2263646.2 Ops/sec |
Using Object.assign | 2392391.2 Ops/sec |
Manually copying properties | 13610294.0 Ops/sec |
Create new object while copying | 145776592.0 Ops/sec |
Create new object from scratch | 151249168.0 Ops/sec |