Script Preparation code:
AخA
 
var n = {};
Tests:
  • test truthyness

     
    !n.foo
  • test undefined

     
    n.foo === undefined
  • test hasOwnProperty

     
    !n.hasOwnProperty('foo')
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    test truthyness
    test undefined
    test hasOwnProperty

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 7 years ago)
Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
IE 11 on Windows 7
View result in a separate tab
Test name Executions per second
test truthyness 16524795.0 Ops/sec
test undefined 9385663.0 Ops/sec
test hasOwnProperty 14245664.0 Ops/sec