Tests:
  • typeof

    AخA
     
    var name;
    typeof(name) === 'undefined'
  • IIFE

     
    var name;
    name === (function(window, undefined){
      // undefined
    }(this))
  • void

     
    var name;
    name === void(0)
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    typeof
    IIFE
    void

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 4 years ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36
Chrome 85 on Windows
View result in a separate tab
Test name Executions per second
typeof 720089408.0 Ops/sec
IIFE 718474752.0 Ops/sec
void 710439424.0 Ops/sec