Test name | Executions per second |
---|---|
Using the spread operator | 4704724.5 Ops/sec |
Using Object.assign | 3531384.8 Ops/sec |
Manually copying properties | 91765240.0 Ops/sec |
Create new object while copying | 90846696.0 Ops/sec |
Create new object from scratch | 217016400.0 Ops/sec |