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;
    }
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    high
    low

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 6 years ago)
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 on Windows
View result in a separate tab
Test name Executions per second
high 9914013.0 Ops/sec
low 9955546.0 Ops/sec