Test name | Executions per second |
---|---|
reduce with new array | 10.3 Ops/sec |
reduce with array mutation | 20414.3 Ops/sec |
reduce with array concat | 6.3 Ops/sec |
for | 720.2 Ops/sec |
for-of | 32640.4 Ops/sec |
map | 28712.2 Ops/sec |
forEach | 20057.6 Ops/sec |
values (iterates over for-of) | 32086.5 Ops/sec |