Test name | Executions per second |
---|---|
Using the spread operator | 67279248.0 Ops/sec |
Using Object.assign | 16114148.0 Ops/sec |
Manually copying properties | 219326288.0 Ops/sec |
Create new object while copying | 213531808.0 Ops/sec |
Create new object from scratch | 215102400.0 Ops/sec |