Script Preparation code:
AخA
 
var test = 'test5'
Tests:
  • if/if

     
    if (test === 'test1') {
      return true;
    }
    if (test === 'test2') {
      return true;
    }
    if (test === 'test3') {
      return true;
    }
    if (test === 'test4') {
      return true;
    }
    if (test === 'test5') {
      return true;
    }
  • if/or

    x
     
    if (test === 'test1' || test === 'test2' || test === 'test3' || test === 'test4'|| test === 'test5') return true;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    if/if
    if/or

    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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36
Chrome 109 on Windows
View result in a separate tab
Test name Executions per second
if/if 1641014.5 Ops/sec
if/or 1647797.6 Ops/sec