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 | 7086809.5 Ops/sec |
Using Object.assign | 10193872.0 Ops/sec |
Using For-In loop | 21776542.0 Ops/sec |
Using For-In loop with type checks | 8444607.0 Ops/sec |