Test name | Executions per second |
---|---|
Using the spread operator | 68717960.0 Ops/sec |
Using Object.assign | 16293537.0 Ops/sec |
Manually copying properties | 84453096.0 Ops/sec |
Create new object while copying | 213102496.0 Ops/sec |
Create new object from scratch | 208646528.0 Ops/sec |
StructuredClone | 792174.0 Ops/sec |
JSON | 2724264.2 Ops/sec |