Test case name | Result |
---|---|
structuredClone() | |
spread syntax | |
Object.assign() | |
JSON.parse(JSON.stringify()) |
Test name | Executions per second |
---|---|
structuredClone() | 240585.3 Ops/sec |
spread syntax | 29666498.0 Ops/sec |
Object.assign() | 3646825.0 Ops/sec |
JSON.parse(JSON.stringify()) | 486296.5 Ops/sec |