Test name | Executions per second |
---|---|
Reduce with empty erray | 11609.6 Ops/sec |
Reduce with filled array | 7873.9 Ops/sec |
Reduce with filled array with null | 7661.2 Ops/sec |
Reduce with new Array | 7171.1 Ops/sec |
Reduce with var | 17586.4 Ops/sec |
Reduce with var [] | 22717.1 Ops/sec |
Reduce with var [] assign by index | 20862.2 Ops/sec |