Test name | Executions per second |
---|---|
Using the spread operator | 28540064.0 Ops/sec |
Using Object.assign | 3426315.0 Ops/sec |
Manually copying properties | 82542688.0 Ops/sec |
Create new object while copying | 81943520.0 Ops/sec |
Create new object from scratch | 88147184.0 Ops/sec |