| 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 | 34447756.0 Ops/sec |
| Using Object.assign | 26264912.0 Ops/sec |
| Using For-In loop | 63454140.0 Ops/sec |
| Using For-In loop with type checks | 27765372.0 Ops/sec |