Script Preparation code:
Tests:
  • typeof val === 'undefined'

  • typeof val !== 'undefined'

  • !!val

  • !val

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    typeof val === 'undefined'
    typeof val !== 'undefined'
    !!val
    !val

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one month ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36
Chrome 129 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
typeof val === 'undefined' 9744942.0 Ops/sec
typeof val !== 'undefined' 9913581.0 Ops/sec
!!val 10258979.0 Ops/sec
!val 10022835.0 Ops/sec