Tests:
  • test greater than

    AخA
     
    var n = -999;
    while(true) {
        n++;
        if(n > -1) 
            break;
    }
  • test strict equality

     
    var n = -999;
    while(true) {
        n++;
        if(n === -1) 
            break;
    }
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    test greater than
    test strict equality

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one year ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0
Firefox 111 on Windows
View result in a separate tab
Test name Executions per second
test greater than 2616025.0 Ops/sec
test strict equality 2621119.0 Ops/sec