Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.71 Safari/537.36
Chrome 97
Windows
Desktop
3 years ago
Test name Executions per second
if 13621953.0 Ops/sec
if/else if 13694710.0 Ops/sec
Script Preparation code:
AخA
 
var test = 'test'
Tests:
  • if

     
    if (test === 'test1') {
      return true;
    }
    return true;
  • if/else if

     
    if (test === 'test1') {
      return true;
    } else{
      return true;
    }