Test case name | Result |
---|---|
Reduce and Spread | |
ForEach and Mutate (for .. in loop) | |
Mutate with Object.assign | |
Foreach and Mutate (Object.assign) |
Test name | Executions per second |
---|---|
Reduce and Spread | 2186000.5 Ops/sec |
ForEach and Mutate (for .. in loop) | 4260658.0 Ops/sec |
Mutate with Object.assign | 2471662.8 Ops/sec |
Foreach and Mutate (Object.assign) | 494034.0 Ops/sec |