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 | 33682160.0 Ops/sec |
Using Object.assign | 10258944.0 Ops/sec |
Using For-In loop | 61258596.0 Ops/sec |
Using For-In loop with hasOwnProperty | 6787332.0 Ops/sec |