| Test case name | Result |
|---|---|
| for loop | |
| for loop with length caching | |
| for...of | |
| for...in | |
| forEach | |
| map |
| Test name | Executions per second |
|---|---|
| for loop | 48.7 Ops/sec |
| for loop with length caching | 37.7 Ops/sec |
| for...of | 7.8 Ops/sec |
| for...in | 0.8 Ops/sec |
| forEach | 9.6 Ops/sec |
| map | 3.8 Ops/sec |