Test case name | Result |
---|---|
Standard For loop i++ | |
Standard For loop i-- | |
While, i-- | |
While, with 8 iterations, with function call | |
While, with 8 iterations, without function call | |
While, with 50 iterations, with function call |
Test name | Executions per second |
---|---|
Standard For loop i++ | 8.4 Ops/sec |
Standard For loop i-- | 8.0 Ops/sec |
While, i-- | 8.0 Ops/sec |
While, with 8 iterations, with function call | 66.3 Ops/sec |
While, with 8 iterations, without function call | 129.8 Ops/sec |
While, with 50 iterations, with function call | 391.2 Ops/sec |