Test name | Executions per second |
---|---|
Reduce with empty erray | 7922.7 Ops/sec |
Reduce with filled array | 8643.5 Ops/sec |
Reduce with filled array with null | 6823.9 Ops/sec |
Reduce with new Array | 7129.3 Ops/sec |
Reduce with var | 7840.1 Ops/sec |
Reduce with var [] | 7496.7 Ops/sec |
Reduce with var [] assign by index | 6397.2 Ops/sec |