Test name | Executions per second |
---|---|
Using the spread operator | 6169955.0 Ops/sec |
Using Object.assign | 5648279.0 Ops/sec |
Manually copying properties | 32869400.0 Ops/sec |
Create new object while copying | 211437984.0 Ops/sec |
Create new object from scratch | 231210304.0 Ops/sec |