Test case name | Result |
---|---|
Using the spread operator | |
Using Object.assign | |
Using Native assignment. |
Test name | Executions per second |
---|---|
Using the spread operator | 2381782.8 Ops/sec |
Using Object.assign | 3596641.8 Ops/sec |
Using Native assignment. | 352089024.0 Ops/sec |