| 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 | 9416741.0 Ops/sec |
| Using Object.assign | 13491494.0 Ops/sec |
| Using For-In loop | 16262519.0 Ops/sec |
| Using For-In loop with hasOwnProperty | 10132150.0 Ops/sec |