Test case name | Result |
---|---|
Using the spread operator | |
Using Object.assign | |
Manual assignment |
Test name | Executions per second |
---|---|
Using the spread operator | 35817540.0 Ops/sec |
Using Object.assign | 12371151.0 Ops/sec |
Manual assignment | 175725600.0 Ops/sec |