| Test case name | Result |
|---|---|
| for | |
| forEach | |
| For In | |
| For of with continue | |
| For of with filter before |
| Test name | Executions per second |
|---|---|
| for | 127807.0 Ops/sec |
| forEach | 39370.3 Ops/sec |
| For In | 187857.5 Ops/sec |
| For of with continue | 2040335.9 Ops/sec |
| For of with filter before | 1309746.4 Ops/sec |