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 | 5106751.0 Ops/sec |
Using Object.assign | 10110171.0 Ops/sec |
Using For-In loop | 74083856.0 Ops/sec |
Using For-In loop with type checks | 5852321.0 Ops/sec |