Script Preparation code:
x
 
var test = {}
var sum = 0;
Tests:
  • if/if

     
    if (test) {
      sum+=1
    }
  • if/else if

     
    if (test) {
      sum+=1
    } else if (test) {
      sum+=2
    }
  • simple

     
    sum+=1
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    if/if
    if/else if
    simple

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Safari/605.1.15
Safari 15 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
if/if 10093734.0 Ops/sec
if/else if 9907333.0 Ops/sec
simple 15130927.0 Ops/sec