Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
FAQ
Register
Log In
Run results for:
Lodash has vs hasOwnProperty.bind
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Browser:
Chrome 133
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
Benchmark engine:
Benchmark.js
hasOwnProperty.bind
99.1M/s
_has
28.5M/s
View exact numbers
Test name
Executions per second
✓
hasOwnProperty.bind
99,141,424 Ops/sec
_has
28,494,446 Ops/sec
Script Preparation code:
var person = {name: 'Frederick', lastName: 'Corcino Alejo'};
Tests:
_has
_.has(person, 'name');
hasOwnProperty.bind
Object.hasOwnProperty.bind(person)('name')