Test name | Executions per second |
---|---|
high | 9914013.0 Ops/sec |
low | 9955546.0 Ops/sec |
var yu = 100;
var je = false;
var testone;
var testtwo;
if (yu < 12) {
if (je) {
testone = 10;
}
}
if (yu < 12 && je){
testtwo = 10;
}