for vs foreach vs some vs for..of vs for with cached length| Test case name | Result |
|---|---|
| for | |
| foreach | |
| some | |
| for..of | |
| for with cached length |
| Test name | Executions per second |
|---|---|
| ✓ for with cached length | 6,645,368 Ops/sec |
| for | 4,947,944 Ops/sec |
| for..of | 4,279,566 Ops/sec |
| foreach | 3,822,214 Ops/sec |
| some | 3,799,700 Ops/sec |