Script Preparation code:
AخA
 
var person = {name: 'Frederick', lastName: 'Corcino Alejo'};
Tests:
  • _has

     
    _.has(person, 'name');
  • hasOwnProperty.bind

     
    Object.hasOwnProperty.bind(person)('name')
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    _has
    hasOwnProperty.bind

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: 17 days ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:136.0) Gecko/20100101 Firefox/136.0
Firefox 136 on Mac OS X 10.15
View result in a separate tab
Test name Executions per second
_has 9193405.0 Ops/sec
hasOwnProperty.bind 5943358.0 Ops/sec