Test name | Executions per second |
---|---|
Using the spread operator | 49387660.0 Ops/sec |
Using Object.assign | 13226176.0 Ops/sec |
Manually copying properties | 173508816.0 Ops/sec |
Create new object while copying | 168059488.0 Ops/sec |
Create new object from scratch | 174346528.0 Ops/sec |