Test name | Executions per second |
---|---|
Using the spread operator | 29068012.0 Ops/sec |
Using Object.assign | 3138276.0 Ops/sec |
Manually copying properties | 756376640.0 Ops/sec |
Create new object while copying | 778921088.0 Ops/sec |
Create new object from scratch | 808614528.0 Ops/sec |