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 | 2708.0 Ops/sec |
ForEach and Mutate (for .. in loop) | 8645.0 Ops/sec |
Mutate with Object.assign | 7506.3 Ops/sec |
Foreach and Mutate (Object.assign) | 673.8 Ops/sec |