Test name | Executions per second |
---|---|
Using the spread operator | 39943720.0 Ops/sec |
Using Object.assign | 4920392.0 Ops/sec |
Manually copying properties | 138901232.0 Ops/sec |
Create new object while copying | 147921520.0 Ops/sec |
Create new object from scratch | 142539728.0 Ops/sec |