Test name | Executions per second |
---|---|
Using the spread operator | 55282788.0 Ops/sec |
Using Object.assign | 15183460.0 Ops/sec |
Manually copying properties | 204542336.0 Ops/sec |
Create new object while copying | 198446512.0 Ops/sec |
Create new object from scratch | 213445072.0 Ops/sec |