Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36
Chrome 65
Windows
Other
7 years ago
Test name Executions per second
high 9914013.0 Ops/sec
low 9955546.0 Ops/sec
Script Preparation code:
x
 
var yu = 100;
var je = false;
var testone;
var testtwo;
Tests:
  • high

     
            if (yu < 12) {
                if (je) {
                  testone = 10;
                }
            }
  • low

     
    if (yu < 12 && je){
    testtwo = 10;
    }