Test name | Executions per second |
---|---|
Using the spread operator | 5635544.5 Ops/sec |
Using Object.assign | 5057750.5 Ops/sec |
Manually copying properties | 24746430.0 Ops/sec |
Create new object while copying | 140730256.0 Ops/sec |
Create new object from scratch | 153256000.0 Ops/sec |