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__
98.4M/s
Object.getPrototypeOf
7.4M/s
Reflect.getPrototypeOf
7.3M/s
View exact numbers
Test name
Executions per second
✓
__proto__
98,382,224 Ops/sec
Object.getPrototypeOf
7,361,649 Ops/sec
Reflect.getPrototypeOf
7,266,418 Ops/sec
Tests:
__proto__
({}).__proto__
Object.getPrototypeOf
Object.getPrototypeOf({})
Reflect.getPrototypeOf
Reflect.getPrototypeOf({})