Test name | Executions per second |
---|---|
Using the spread operator | 26993644.0 Ops/sec |
Using Object.assign | 2507569.0 Ops/sec |
Manually copying properties | 676149632.0 Ops/sec |
Create new object while copying | 710995840.0 Ops/sec |
Create new object from scratch | 742106304.0 Ops/sec |
JSON | 416964.2 Ops/sec |