Test case name | Result |
---|---|
Reduce with empty erray | |
Reduce with filled array | |
Reduce with filled array with null | |
Reduce with new Array | |
Reduce with var |
Test name | Executions per second |
---|---|
Reduce with empty erray | 7457.4 Ops/sec |
Reduce with filled array | 8106.3 Ops/sec |
Reduce with filled array with null | 6770.7 Ops/sec |
Reduce with new Array | 6544.4 Ops/sec |
Reduce with var | 7601.0 Ops/sec |