Script Preparation code:
AخA
 
var obj = {a: 1}
Tests:
  • instanceOf

     
    obj instanceof Object
  • hasOwnProperty

     
    obj.hasOwnProperty('a')
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    instanceOf
    hasOwnProperty

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 2 months ago)
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0
Firefox 133 on Windows
View result in a separate tab
Test name Executions per second
instanceOf 147178272.0 Ops/sec
hasOwnProperty 1670237184.0 Ops/sec