Test name | Executions per second |
---|---|
Using the spread operator | 48292724.0 Ops/sec |
Using Object.assign | 4659825.5 Ops/sec |
Manually copying properties | 832226176.0 Ops/sec |
Create new object while copying | 912528256.0 Ops/sec |
Create new object from scratch | 940334144.0 Ops/sec |