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 | 5187.0 Ops/sec |
ForEach and Mutate (for .. in loop) | 1095.9 Ops/sec |
Mutate with Object.assign | 11274.5 Ops/sec |
Foreach and Mutate (Object.assign) | 8905.8 Ops/sec |