Test case name | Result |
---|---|
With Object.assign() | |
With Iteration and Assignment | |
With Iteration and .keys().forEach | |
With for iteration |
Test name | Executions per second |
---|---|
With Object.assign() | 2340598.0 Ops/sec |
With Iteration and Assignment | 4123526.0 Ops/sec |
With Iteration and .keys().forEach | 3499085.0 Ops/sec |
With for iteration | 2909475.8 Ops/sec |