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 | 35187960.0 Ops/sec |
Using Object.assign | 9909640.0 Ops/sec |
Using For-In loop | 61479292.0 Ops/sec |
Using For-In loop with hasOwnProperty | 6645300.5 Ops/sec |