Test name | Executions per second |
---|---|
Using the spread operator | 5633839.0 Ops/sec |
Using Object.assign | 665179.7 Ops/sec |
Manually copying properties | 262858528.0 Ops/sec |
Create new object while copying | 268289200.0 Ops/sec |
Create new object from scratch | 463780288.0 Ops/sec |