Test case name | Result |
---|---|
Using the spread operator | |
Using Object.assign | |
Using Object.assign opposite | |
Just assignment |
Test name | Executions per second |
---|---|
Using the spread operator | 1510433.1 Ops/sec |
Using Object.assign | 8021904.0 Ops/sec |
Using Object.assign opposite | 1482542.2 Ops/sec |
Just assignment | 24469458.0 Ops/sec |