Test name | Executions per second |
---|---|
Using the spread operator | 53689500.0 Ops/sec |
Using Object.assign | 6720553.0 Ops/sec |
Manually copying properties | 515237152.0 Ops/sec |
Create new object while copying | 526422240.0 Ops/sec |
Create new object from scratch | 868299456.0 Ops/sec |