Test case name | Result |
---|---|
Using the spread operator | |
Using Object.assign | |
Using Object.assign for new object |
Test name | Executions per second |
---|---|
Using the spread operator | 3138294.8 Ops/sec |
Using Object.assign | 7437840.5 Ops/sec |
Using Object.assign for new object | 6722896.5 Ops/sec |