Test case name | Result |
---|---|
Using the spread operator | |
Using Object.assign | |
Using For-In loop | |
Using For-In loop with hasOwnProperty |
Test name | Executions per second |
---|---|
Using the spread operator | 14869241.0 Ops/sec |
Using Object.assign | 3719728.8 Ops/sec |
Using For-In loop | 30070648.0 Ops/sec |
Using For-In loop with hasOwnProperty | 2896936.8 Ops/sec |