Test case name | Result |
---|---|
if-check in for-of; true | |
if-check outside of for-of; true | |
if-check in for-of; false | |
if-check outside of for-of; false | |
if-check in for-loop: true | |
if-check outside of for-loop; true; | |
if-check in for-loop; false | |
if-check outside of for-loop; false |
Test name | Executions per second |
---|---|
if-check in for-of; true | 3636188.0 Ops/sec |
if-check outside of for-of; true | 3338492.5 Ops/sec |
if-check in for-of; false | 7263803.0 Ops/sec |
if-check outside of for-of; false | 7275218.5 Ops/sec |
if-check in for-loop: true | 4281429.5 Ops/sec |
if-check outside of for-loop; true; | 4186709.8 Ops/sec |
if-check in for-loop; false | 7632536.5 Ops/sec |
if-check outside of for-loop; false | 7271208.5 Ops/sec |