Test name | Executions per second |
---|---|
Using the spread operator | 28394610.0 Ops/sec |
Using Object.assign | 3469902.5 Ops/sec |
Manually copying properties | 1102036224.0 Ops/sec |
Create new object while copying | 1117636992.0 Ops/sec |
Create new object from scratch | 1275421952.0 Ops/sec |
JSON | 579775.2 Ops/sec |