| Test case name | Result |
|---|---|
| one for loop and one if statement | |
| one for loop and manipulating value of index | |
| no if checks just many for loops |
| Test name | Executions per second |
|---|---|
| one for loop and one if statement | 42.0 Ops/sec |
| one for loop and manipulating value of index | 42.5 Ops/sec |
| no if checks just many for loops | 42.6 Ops/sec |