Test name | Executions per second |
---|---|
Standard For loop i++ | 4.1 Ops/sec |
Standard For loop i-- | 6.1 Ops/sec |
While, i-- | 2.3 Ops/sec |
While, with 8 iterations, with function call | 21.9 Ops/sec |
While, with 8 iterations, without function call | 28.5 Ops/sec |
While, with 50 iterations, with function call | 143.8 Ops/sec |