Test name | Executions per second |
---|---|
Using the spread operator | 23064468.0 Ops/sec |
Using Object.assign | 2709993.5 Ops/sec |
Manually copying properties | 60397704.0 Ops/sec |
Create new object while copying | 63544328.0 Ops/sec |
Create new object from scratch | 64566624.0 Ops/sec |