Test name | Executions per second |
---|---|
Using the spread operator | 34382364.0 Ops/sec |
Using Object.assign | 5655712.0 Ops/sec |
Manually copying properties | 126240920.0 Ops/sec |
Create new object while copying | 127014648.0 Ops/sec |
Create new object from scratch | 129917912.0 Ops/sec |