Script Preparation code:
AخA
 
var arr = [];
var status;
Tests:
  • !arr.length

     
    status = !arr;
  • arr.length === 0

     
    status = arr.length === 0;
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    !arr.length
    arr.length === 0

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 months ago)
Mozilla/5.0 (iPhone; CPU iPhone OS 18_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1.1 Mobile/15E148 Safari/604.1
Mobile Safari 18 on iOS 18.1.1
View result in a separate tab
Test name Executions per second
!arr.length 16860502.0 Ops/sec
arr.length === 0 16718280.0 Ops/sec