Test name | Executions per second |
---|---|
Reduce with empty erray | 13477.5 Ops/sec |
Reduce with filled array | 5846.8 Ops/sec |
Reduce with filled array with null | 5599.8 Ops/sec |
Reduce with new Array | 5222.9 Ops/sec |
Reduce with var | 24633.2 Ops/sec |
Reduce with var [] | 15863.7 Ops/sec |
Reduce with var [] assign by index | 15885.3 Ops/sec |