Script Preparation code:
AخA
 
var t = "not undefined";
Tests:
  • typeof t === "undefined"

     
    console.log(typeof t === 'undefined')
  • t === undefined

     
    console.log(t === undefined)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    typeof t === "undefined"
    t === undefined

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 3 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36
Chrome 95 on Windows
View result in a separate tab
Test name Executions per second
typeof t === "undefined" 100627.0 Ops/sec
t === undefined 98196.5 Ops/sec