Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
Feature Requests
FAQ
Register
Log In
Run results for:
__proto__ vs getPrototypeOf
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/130.0.0.0 Safari/537.36
Browser:
Chrome 130
Operating system:
Windows
Device Platform:
Desktop
Date tested:
one year ago
Benchmark engine:
Benchmark.js
__proto__
80.1M/s
Object.getPrototypeOf
5.9M/s
Reflect.getPrototypeOf
5.8M/s
View exact numbers
Test name
Executions per second
✓
__proto__
80,117,176 Ops/sec
Object.getPrototypeOf
5,938,537 Ops/sec
Reflect.getPrototypeOf
5,796,318 Ops/sec
Tests:
__proto__
({}).__proto__
Object.getPrototypeOf
Object.getPrototypeOf({})
Reflect.getPrototypeOf
Reflect.getPrototypeOf({})