Script Preparation code:
AخA
 
var arr = [];
var i = 0;
Tests:
  • array length

     
    if (arr.length) {
        i = 1;
    } else {
        i = 1;
    }
  • array length > 0

     
    if (arr.length > 0) {
        i = 1;
    } else {
        i = 1;
    }
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    array length
    array length > 0

    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:123.0) Gecko/20100101 Firefox/123.0
Firefox 123 on Windows
View result in a separate tab
Test name Executions per second
array length 660503104.0 Ops/sec
array length > 0 671737920.0 Ops/sec