Test name | Executions per second |
---|---|
Using the spread operator | 64371340.0 Ops/sec |
Using Object.assign | 8030492.5 Ops/sec |
Manually copying properties | 614401152.0 Ops/sec |
Create new object while copying | 627783424.0 Ops/sec |
Create new object from scratch | 1031048000.0 Ops/sec |