Script Preparation code:
Tests:
  • typeof x === "undefined"

  • x === undefined

  • x == undefined

  • x == null

  • !x

Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results
  • Test case name Result
    typeof x === "undefined"
    x === undefined
    x == undefined
    x == null
    !x

    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) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 OPR/102.0.0.0
Opera 102 on Windows
View result in a separate tab
Test name Executions per second
typeof x === "undefined" 13208726.0 Ops/sec
x === undefined 4919502.0 Ops/sec
x == undefined 4981227.5 Ops/sec
x == null 13932452.0 Ops/sec
!x 13954638.0 Ops/sec