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 | 1175197.1 Ops/sec |
ForEach and Mutate (for .. in loop) | 1089860.5 Ops/sec |
Mutate with Object.assign | 1723426.0 Ops/sec |
Foreach and Mutate (Object.assign) | 1511515.1 Ops/sec |