| Test case name | Result |
|---|---|
| Using the spread operator | |
| Using Object.assign | |
| Using For-In loop | |
| Using For-In loop with type checks |
| Test name | Executions per second |
|---|---|
| Using the spread operator | 33980480.0 Ops/sec |
| Using Object.assign | 26552656.0 Ops/sec |
| Using For-In loop | 64082452.0 Ops/sec |
| Using For-In loop with type checks | 64490060.0 Ops/sec |