Test case name | Result |
---|---|
Reduce | |
for..of | |
for | |
foreach | |
for..of with const | |
for again |
Test name | Executions per second |
---|---|
Reduce | 50.7 Ops/sec |
for..of | 1.9 Ops/sec |
for | 8.3 Ops/sec |
foreach | 31.6 Ops/sec |
for..of with const | 751.6 Ops/sec |
for again | 8.2 Ops/sec |