HTML Preparation code:
Script Preparation code:
Tests:
  • _.isEmpty(window.foo1);

  • Array.isArray(window.foo1) && window.foo1.length === 0

  • window.foo1?.length === 0

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    _.isEmpty(window.foo1);
    Array.isArray(window.foo1) && window.foo1.length === 0
    window.foo1?.length === 0

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36
Chrome 90 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
_.isEmpty(window.foo1); 3247860.0 Ops/sec
Array.isArray(window.foo1) && window.foo1.length === 0 2384964.0 Ops/sec
window.foo1?.length === 0 6457469.0 Ops/sec


;