Test name | Executions per second |
---|---|
Using the spread operator | 6154663.0 Ops/sec |
Using Object.assign | 3607687.2 Ops/sec |
Manually copying properties | 94581544.0 Ops/sec |
Create new object while copying | 95490832.0 Ops/sec |
Create new object from scratch | 326091616.0 Ops/sec |
JSON | 621177.2 Ops/sec |